NFSD: Implement SEEK
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Fri, 26 Sep 2014 17:58:27 +0000 (13:58 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 29 Sep 2014 18:35:20 +0000 (14:35 -0400)
commit24bab491220faa446d945624086d838af41d616c
treee5954e85fe1cfa6fb138d5c660fae8e733527f1a
parent87a15a8090c0e5284c0e53528d9defa5d9237866
NFSD: Implement SEEK

This patch adds server support for the NFS v4.2 operation SEEK, which
returns the position of the next hole or data segment in a file.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4xdr.c
fs/nfsd/xdr4.h
include/linux/nfs4.h
This page took 0.027107 seconds and 5 git commands to generate.