commit | ae09c31f66cc673bb8c64a5dbfdc04ab67f66d7e | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@netapp.com> | Mon Jul 13 14:01:32 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Aug 17 13:32:32 2015 -0500 |
tree | 0b7606e2db94be907bceccb2feeb842c5a7f13ef | |
parent | 3f10a6af4b577da2117907ac8420f27af81d57de [diff] |
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>