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 611c25cdb15c..bd6f23b952a5 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c | |||
@@ -4338,7 +4338,7 @@ xlog_recover_process_one_iunlink( | |||
4338 | goto fail_iput; | 4338 | goto fail_iput; |
4339 | 4339 | ||
4340 | ASSERT(VFS_I(ip)->i_nlink == 0); | 4340 | ASSERT(VFS_I(ip)->i_nlink == 0); |
4341 | ASSERT(ip->i_d.di_mode != 0); | 4341 | ASSERT(VFS_I(ip)->i_mode != 0); |
4342 | 4342 | ||
4343 | /* setup for the next pass */ | 4343 | /* setup for the next pass */ |
4344 | agino = be32_to_cpu(dip->di_next_unlinked); | 4344 | agino = be32_to_cpu(dip->di_next_unlinked); |