nfsd41: allow non-reclaim open-by-fh's in 4.1
authorMi Jinlong <mijinlong@cn.fujitsu.com>
Wed, 23 Nov 2011 02:48:40 +0000 (10:48 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 6 Dec 2011 21:19:04 +0000 (16:19 -0500)
commit0cf99b91c669510b785b459c211772091a94efd5
tree2e6a7b05e993b0f34a74244fbc2490a7f773fe29
parentb4f36f88b3ee7cf26bf0be84e6c7fc15f84dcb71
nfsd41: allow non-reclaim open-by-fh's in 4.1

With NFSv4.0 it was safe to assume that open-by-filehandles were always
reclaims.

With NFSv4.1 there are non-reclaim open-by-filehandle operations, so we
should ensure we're only insisting on reclaims in the
OPEN_CLAIM_PREVIOUS case.

Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c
This page took 0.0250860000000001 seconds and 5 git commands to generate.