summaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/xdr4.h
diff options
context:
space:
mode:
authorAndy Adamson2009-04-03 07:28:53 +0200
committerJ. Bruce Fields2009-04-04 02:41:21 +0200
commitd87a8ade95288f28c729e076cd74929f3f199b6c (patch)
tree700a10f87def9db1c9657f2f7a61286bc06c8d03 /include/linux/nfsd/xdr4.h
parentnfsd41: clientid handling (diff)
downloadkernel-qcow2-linux-d87a8ade95288f28c729e076cd74929f3f199b6c.tar.gz
kernel-qcow2-linux-d87a8ade95288f28c729e076cd74929f3f199b6c.tar.xz
kernel-qcow2-linux-d87a8ade95288f28c729e076cd74929f3f199b6c.zip
nfsd41: access_valid
For nfs41, the open share flags are used also for delegation "wants" and "signals". Check that they are valid. Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/nfsd/xdr4.h')
-rw-r--r--include/linux/nfsd/xdr4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/xdr4.h b/include/linux/nfsd/xdr4.h
index b8b3dcba28cc..5e16935a1eaf 100644
--- a/include/linux/nfsd/xdr4.h
+++ b/include/linux/nfsd/xdr4.h
@@ -53,6 +53,7 @@ struct nfsd4_compound_state {
struct nfsd4_slot *slot;
__be32 *statp;
size_t iovlen;
+ u32 minorversion;
u32 status;
};