diff options
author | Christoph Hellwig <hch@sgi.com> | 2006-01-10 23:22:04 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-01-10 23:22:04 -0500 |
commit | f60d36690ce11a6a41b89e63b4201fbba3aa0bfb (patch) | |
tree | 88b5457809dc6071ee5d9a89fa98d1d8462e5058 /fs | |
parent | 58dc125a66145f45f239cd78db9410062dc0bcd4 (diff) |
[XFS] remove over-eager assert
SGI-PV: 941804
SGI-Modid: xfs-linux-melb:xfs-kern:201702a
Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-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 |