kill xfs_unmount_flush
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Dec 2008 11:20:37 +0000 (12:20 +0100)
committerNiv Sardi <xaiki@sgi.com>
Thu, 4 Dec 2008 04:39:24 +0000 (15:39 +1100)
commitf95099ba5ae06b96a9c17ef93cc655f686d79077
tree000e5aa4db7386439cbe1d932d7639978a7c87c0
parente57481dc269cd3773b22f53bfb869308780a7bf1
kill xfs_unmount_flush

There's almost nothing left in this function, instead remove the IRELE
on the real times inodes and the call to XFS_QM_UNMOUNT into xfs_unmountfs.

For the regular unmount case that means it now also happenes after dmapi
notification, but otherwise there is no difference in behaviour.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_vfsops.c [deleted file]