NFSD: Implement the COPY call
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Wed, 7 Sep 2016 19:57:30 +0000 (15:57 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 7 Oct 2016 18:54:25 +0000 (14:54 -0400)
commit29ae7f9dc21a7dda41d78b27bbda7d427ece8ad4
treec162c3003ef26c71d4c1d7353b6f75e75b559ab8
parent42e616167abb7e4074cfba3a2ca19fa2aba40048
NFSD: Implement the COPY call

I only implemented the sync version of this call, since it's the
easiest.  I can simply call vfs_copy_range() and have the vfs do the
right thing for the filesystem being exported.

Signed-off-by: Anna Schumaker <bjschuma@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4xdr.c
fs/nfsd/vfs.c
fs/nfsd/vfs.h
fs/nfsd/xdr4.h