diff options
Diffstat (limited to 'fs/xfs/xfs_log_recover.c')
-rw-r--r-- | fs/xfs/xfs_log_recover.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index b2b70eba282c..cd24711ae276 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -3214,7 +3214,8 @@ xlog_recover_process_iunlinks( | |||
3214 | * next inode in the bucket. | 3214 | * next inode in the bucket. |
3215 | */ | 3215 | */ |
3216 | error = xfs_itobp(mp, NULL, ip, &dip, | 3216 | error = xfs_itobp(mp, NULL, ip, &dip, |
3217 | &ibp, 0, 0); | 3217 | &ibp, 0, 0, |
3218 | XFS_BUF_LOCK); | ||
3218 | ASSERT(error || (dip != NULL)); | 3219 | ASSERT(error || (dip != NULL)); |
3219 | } | 3220 | } |
3220 | 3221 | ||