From: Yingping Lu Date: Wed, 11 Jan 2006 04:38:31 +0000 (+1100) Subject: [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks X-Git-Tag: v2.6.16-rc1~185^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bdb6eabcd2869caa795019961a5445a11b5bc1;p=pandora-kernel.git [XFS] Fixed delayed_blks assert failure during umount. The delayed_blks was caused by ENOSPC but not Rreclaimed by xfs_release or xfs_inactive. The fix changed the condition in xfs_release and xfs_inactive to invoke xfs_inactive_free_eofblocks for this special case, changed xfs_inactive_free_eofblocks to clean the delayed blks after eof. It also changed xfs_write to set correct eof when ENOSPC occurs. SGI-PV: 946267 SGI-Modid: xfs-linux-melb:xfs-kern:203788a Signed-off-by: Yingping Lu Signed-off-by: Nathan Scott --- Reading git-diff-tree failed