NFS: Implement SEEK
The SEEK operation is used when an application makes an lseek call with either the SEEK_HOLE or SEEK_DATA flags set. I fall back on nfs_file_llseek() if the server does not have SEEK support. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Showing
fs/nfs/nfs42.h
0 → 100644
fs/nfs/nfs42proc.c
0 → 100644
fs/nfs/nfs42xdr.c
0 → 100644
Please register or sign in to comment