diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_vnodeops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c index e03fa2a3d5ed..5f6dce3b4fd6 100644 --- a/fs/xfs/xfs_vnodeops.c +++ b/fs/xfs/xfs_vnodeops.c | |||
@@ -3829,7 +3829,6 @@ xfs_reclaim( | |||
3829 | vn_iowait(vp); | 3829 | vn_iowait(vp); |
3830 | 3830 | ||
3831 | ASSERT(XFS_FORCED_SHUTDOWN(ip->i_mount) || ip->i_delayed_blks == 0); | 3831 | ASSERT(XFS_FORCED_SHUTDOWN(ip->i_mount) || ip->i_delayed_blks == 0); |
3832 | ASSERT(VN_CACHED(vp) == 0); | ||
3833 | 3832 | ||
3834 | /* If we have nothing to flush with this inode then complete the | 3833 | /* If we have nothing to flush with this inode then complete the |
3835 | * teardown now, otherwise break the link between the xfs inode | 3834 | * teardown now, otherwise break the link between the xfs inode |