commit | 67911c8f18b595040f5c2df0550c69a7c9397891 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jan 19 14:37:30 2016 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue May 17 15:47:55 2016 -0400 |
tree | 11583f0793161d5bb0632ff1c45d14b81b24c89a | |
parent | c2985d001d2fb77357aeae675545893b61c50044 [diff] |
NFS: Add nfs_commit_file() Copy will use this to set up a commit request for a generic range. I don't want to allocate a new pagecache entry for the file, so I needed to change parts of the commit path to handle requests with a null wb_page. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>