]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Implement SEEK
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Fri, 26 Sep 2014 17:58:48 +0000 (13:58 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 30 Sep 2014 20:24:56 +0000 (16:24 -0400)
commit1c6dcbe5ceff81c2cf8d929646af675cd59fe7c0
tree1e432e1decca1b3a6de427db31db5737d997a7f5
parent4a3a0ebad1360696125bf34d89de55d71c4d0eaa
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>
12 files changed:
fs/nfs/Makefile
fs/nfs/inode.c
fs/nfs/nfs42.h [new file with mode: 0644]
fs/nfs/nfs42proc.c [new file with mode: 0644]
fs/nfs/nfs42xdr.c [new file with mode: 0644]
fs/nfs/nfs4_fs.h
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