xfs: merge xfs_inode_flush into xfs_fs_write_inode
authorChristoph Hellwig <hch@lst.de>
Wed, 4 Feb 2009 08:36:19 +0000 (09:36 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Wed, 4 Feb 2009 08:36:19 +0000 (09:36 +0100)
commitd4bb6d0698090c485e2e80e8a13852be5a8bfb04
treebc94a63f218d64976e11d67c6b8d6f0f2859d2c4
parente1486dea0bf4bc75a52a983281076f454a894b66
xfs: merge xfs_inode_flush into xfs_fs_write_inode

Splitting the task for a VFS-induced inode flush into two functions doesn't
make any sense, so merge the two functions dealing with it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
Reviewed-by: Dave Chinner <david@fromorbit.com>
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_vnode.h
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.h