Skip to content

Commit

Permalink
[XFS] remove over-eager assert
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Jan 11, 2006
1 parent 58dc125 commit f60d366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/xfs_vnodeops.c
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,6 @@ xfs_reclaim(
vn_iowait(vp);

ASSERT(XFS_FORCED_SHUTDOWN(ip->i_mount) || ip->i_delayed_blks == 0);
ASSERT(VN_CACHED(vp) == 0);

/* If we have nothing to flush with this inode then complete the
* teardown now, otherwise break the link between the xfs inode
Expand Down

0 comments on commit f60d366

Please sign in to comment.