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 651c98859b04..3e06333d4bd1 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -3542,7 +3542,7 @@ xlog_do_recovery_pass( | |||
3542 | * - order is important. | 3542 | * - order is important. |
3543 | */ | 3543 | */ |
3544 | error = xlog_bread_offset(log, 0, | 3544 | error = xlog_bread_offset(log, 0, |
3545 | bblks - split_bblks, hbp, | 3545 | bblks - split_bblks, dbp, |
3546 | offset + BBTOB(split_bblks)); | 3546 | offset + BBTOB(split_bblks)); |
3547 | if (error) | 3547 | if (error) |
3548 | goto bread_err2; | 3548 | goto bread_err2; |