From f074454c39d7650c51c139413df9fe164fb5219d Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 2 Nov 2012 11:38:44 +1100 Subject: [PATCH] --- yaml --- r: 339395 b: refs/heads/master c: 009507b052fa391618eccf9e8c9f484407fd9018 h: refs/heads/master i: 339393: 5815946e232dec0b1ea4626e0c0e129ccdc5e0b4 339391: 09614331ddef07b3b73a6ddef8f1b8bc95655bff v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_log_recover.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 23c5b62807c6..16ab99d7e74e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 137fff09b7924507871f8e6294dfe57b7a880332 +refs/heads/master: 009507b052fa391618eccf9e8c9f484407fd9018 diff --git a/trunk/fs/xfs/xfs_log_recover.c b/trunk/fs/xfs/xfs_log_recover.c index 651c98859b04..3e06333d4bd1 100644 --- a/trunk/fs/xfs/xfs_log_recover.c +++ b/trunk/fs/xfs/xfs_log_recover.c @@ -3542,7 +3542,7 @@ xlog_do_recovery_pass( * - order is important. */ error = xlog_bread_offset(log, 0, - bblks - split_bblks, hbp, + bblks - split_bblks, dbp, offset + BBTOB(split_bblks)); if (error) goto bread_err2;