]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: SEEK is an NFS v4.2 feature
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Wed, 22 Oct 2014 19:53:10 +0000 (15:53 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 12 Nov 2014 19:22:54 +0000 (14:22 -0500)
commite983120e923aa1c5d2aaf528331c298c88f3ab85
treee93c87540690697b609b827ad90e927611662186
parent16caf5b6101d03335b386e77e9e14136f989be87
NFS: SEEK is an NFS v4.2 feature

Somehow the nfs_v4_1_minor_ops had the NFS_CAP_SEEK flag set, enabling
SEEK over v4.1.  This is wrong, and can make servers crash.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Tested-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c