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>
This commit is contained in:
parent
1f31c98d65
commit
a0e336ba3e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
* When writes happen to the on-disk log, we don't subtract the length of the
|
||||
|
|
Loading…
Reference in a new issue