NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 20 Feb 2010 00:46:56 +0000 (16:46 -0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 5 Mar 2010 20:44:53 +0000 (15:44 -0500)
commit8fc795f703c5138e1a8bfb88c69f52632031aa6a
treeaed975562fe5557ff552bc0fe45b5d2b6f5e56c9
parent9467c4fdd66f6810cecef0f1173330f3c6e67d45
NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c

The sole purpose of nfs_write_inode is to commit unstable writes, so
move it into fs/nfs/write.c, and make nfs_commit_inode static.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c
fs/nfs/write.c
include/linux/nfs_fs.h