]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Add COPY nfs operation
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Tue, 21 May 2013 20:53:03 +0000 (16:53 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 17 May 2016 19:47:55 +0000 (15:47 -0400)
commit9df45077b2b3cffbba40fa305deabf0df50cdfaf
tree8dee05ff1743ef438fa53f85d980e1b3ddb12698
parent36bf160df5db41dea43cab48545be2ecb74c05dc
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>
fs/nfs/nfs42.h
fs/nfs/nfs42proc.c
fs/nfs/nfs42xdr.c
fs/nfs/nfs4file.c
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
include/linux/nfs4.h
include/linux/nfs_fs_sb.h
include/linux/nfs_xdr.h