nfs41: add support for the exclusive create flags
authorAlexandros Batsakis <batsakis@netapp.com>
Sat, 5 Dec 2009 18:30:21 +0000 (13:30 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 5 Dec 2009 18:30:21 +0000 (13:30 -0500)
commit4882ef72cd9a5c006087ca94a228323018eac29f
tree4dba8abfbde3ca48b0012bf8d9abe8ec4260b061
parentd8cb1a7ce36d44602946f06af4267da304fb4011
nfs41: add support for the exclusive create flags

In v4.1 the client MUST/SHOULD use the EXCLUSIVE4_1 flag instead of
EXCLUSIVE4, and GUARDED when the server supports persistent sessions.
For now (and until we support suppattr_exclcreat), we don't send any
attributes with EXCLUSIVE4_1 relying in the subsequent SETATTR as in v4.0

Signed-off-by: Alexandros Batsakis <batsakis@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
This page took 0.02798 seconds and 5 git commands to generate.