diff options
-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: | |||
410 | } | 410 | } |
411 | 411 | ||
412 | /* | 412 | /* |
413 | * Reserve log space and return a ticket corresponding the reservation. | 413 | * Reserve log space and return a ticket corresponding to the reservation. |
414 | * | 414 | * |
415 | * Each reservation is going to reserve extra space for a log record header. | 415 | * Each reservation is going to reserve extra space for a log record header. |
416 | * When writes happen to the on-disk log, we don't subtract the length of the | 416 | * When writes happen to the on-disk log, we don't subtract the length of the |