[PATCH 10/12] xfs: fix the comment of xlog_recover_buffer_pass2()

zwu.kernel at gmail.com zwu.kernel at gmail.com
Wed Aug 7 05:11:07 CDT 2013


From: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>
---
 fs/xfs/xfs_log_recover.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c
index 7681b19..5623014 100644
--- a/fs/xfs/xfs_log_recover.c
+++ b/fs/xfs/xfs_log_recover.c
@@ -2425,7 +2425,7 @@ xlog_recover_do_dquot_buffer(
  * over the log during recovery.  During the first we build a table of
  * those buffers which have been cancelled, and during the second we
  * only replay those buffers which do not have corresponding cancel
- * records in the table.  See xlog_recover_do_buffer_pass[1,2] above
+ * records in the table.  See xlog_recover_buffer_pass[1,2] above
  * for more details on the implementation of the table of cancel records.
  */
 STATIC int
-- 
1.7.11.7



More information about the xfs mailing list