[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.
commit1661dc8e7a2c6aeb8f2fb6a8197909c95c220a71
authorYingping Lu <yingping@sgi.com>
Wed, 11 Jan 2006 04:29:39 +0000 (11 15:29 +1100)
committerNathan Scott <nathans@sgi.com>
Wed, 11 Jan 2006 04:29:39 +0000 (11 15:29 +1100)
tree925c8d4f009a5d080fc5885619c619d9c1e4da71
parentc7d437da3dda0ac7199c320b6a48c04ec37a614d
[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.
The assertion failure came from XFS QA41. The fix is done by enabling
truncate for delayed block in xfs_inactive.

SGI-PV: 945412
SGI-Modid: xfs-linux-melb:xfs-kern:202521a

Signed-off-by: Yingping Lu <yingping@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/xfs_vnodeops.c