mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
[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>
This commit is contained in:
parent
58dc125a66
commit
f60d36690c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user