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)
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>

No differences found