diff options
author | Huang Chong <huang.chong@zte.com.cn> | 2018-08-03 08:17:54 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-08-03 08:17:54 -0700 |
commit | a0e336ba3e3d1c7ec0f738a2e2e203434c00b08e (patch) | |
tree | e8a1b5538fe4cdbefdb58fb5a7903627ef0dfdeb /fs/xfs | |
parent | 1f31c98d650ca342e2f54cb17c4554ad110c5a11 (diff) | |
download | linux-stable-a0e336ba3e3d1c7ec0f738a2e2e203434c00b08e.tar.gz linux-stable-a0e336ba3e3d1c7ec0f738a2e2e203434c00b08e.tar.bz2 linux-stable-a0e336ba3e3d1c7ec0f738a2e2e203434c00b08e.zip |
xfs: fix a comment in xfs_log_reserve
Fix the comment in xfs_log_reserve to avoid confusing.
Signed-of-by: Huang Chong <huang.chong@zte.com.cn>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 00df4f39093a..c3b610b687d1 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -410,7 +410,7 @@ out_error: } /* - * Reserve log space and return a ticket corresponding the reservation. + * Reserve log space and return a ticket corresponding to the reservation. * * Each reservation is going to reserve extra space for a log record header. * When writes happen to the on-disk log, we don't subtract the length of the |