]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Rename nfs_commit_unstable_pages() to nfs_write_inode()
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Mon, 13 Jul 2015 18:01:32 +0000 (14:01 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Aug 2015 18:32:32 +0000 (13:32 -0500)
commitae09c31f66cc673bb8c64a5dbfdc04ab67f66d7e
tree0b7606e2db94be907bceccb2feeb842c5a7f13ef
parent3f10a6af4b577da2117907ac8420f27af81d57de
NFS: Rename nfs_commit_unstable_pages() to nfs_write_inode()

All nfs_write_inode() does is pass its arguments to
nfs_commit_unstable_pages().  Let's cut out the middle man and have
nfs_write_pages() do the work directly.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/write.c