commit | 2e72448b07dc3ff1b7593e9bfff91db182262857 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@netapp.com> | Tue May 21 16:53:03 2013 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue May 17 15:47:55 2016 -0400 |
tree | 8dee05ff1743ef438fa53f85d980e1b3ddb12698 | |
parent | 67911c8f18b595040f5c2df0550c69a7c9397891 [diff] |
NFS: Add COPY nfs operation This adds the copy_range file_ops function pointer used by the sys_copy_range() function call. This patch only implements sync copies, so if an async copy happens we decode the stateid and ignore it. Signed-off-by: Anna Schumaker <bjschuma@netapp.com>