diff options
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 07bc28466fb2..474d1295fa6a 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -2428,7 +2428,7 @@ xlog_recover_do_dquot_buffer( | |||
2428 | * over the log during recovery. During the first we build a table of | 2428 | * over the log during recovery. During the first we build a table of |
2429 | * those buffers which have been cancelled, and during the second we | 2429 | * those buffers which have been cancelled, and during the second we |
2430 | * only replay those buffers which do not have corresponding cancel | 2430 | * only replay those buffers which do not have corresponding cancel |
2431 | * records in the table. See xlog_recover_do_buffer_pass[1,2] above | 2431 | * records in the table. See xlog_recover_buffer_pass[1,2] above |
2432 | * for more details on the implementation of the table of cancel records. | 2432 | * for more details on the implementation of the table of cancel records. |
2433 | */ | 2433 | */ |
2434 | STATIC int | 2434 | STATIC int |