Commit a0e336ba authored by Huang Chong's avatar Huang Chong Committed by Darrick J. Wong

xfs: fix a comment in xfs_log_reserve

Fix the comment in xfs_log_reserve to avoid confusing.
Signed-of-by: default avatarHuang Chong <huang.chong@zte.com.cn>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent 1f31c98d
...@@ -410,7 +410,7 @@ xfs_log_regrant( ...@@ -410,7 +410,7 @@ xfs_log_regrant(
} }
/* /*
* 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. * 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 * When writes happen to the on-disk log, we don't subtract the length of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment