diff options
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-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 841398d24211..48bdfa4dc290 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -3169,7 +3169,7 @@ xlog_recover_process_one_iunlink( | |||
3169 | * Get the on disk inode to find the next inode in the bucket. | 3169 | * Get the on disk inode to find the next inode in the bucket. |
3170 | */ | 3170 | */ |
3171 | ASSERT(ip != NULL); | 3171 | ASSERT(ip != NULL); |
3172 | error = xfs_itobp(mp, NULL, ip, &dip, &ibp, 0, 0, XFS_BUF_LOCK); | 3172 | error = xfs_itobp(mp, NULL, ip, &dip, &ibp, XFS_BUF_LOCK); |
3173 | if (error) | 3173 | if (error) |
3174 | goto fail; | 3174 | goto fail; |
3175 | 3175 | ||