diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-03 01:29:14 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-04-03 20:41:23 -0400 |
commit | 8c18f2052e756e7d5dea712fc6e7ed70c00e8a39 (patch) | |
tree | 66762e98af4caa4774b8229fb6fd007fccaab74e /include/linux/nfs4.h | |
parent | 7e70570647827345352cf6c17461c9fa166f570a (diff) |
nfsd41: SUPPATTR_EXCLCREAT attribute
Return bitmask for supported EXCLUSIVE4_1 create attributes.
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r-- | include/linux/nfs4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 29ed600e193b..ec3cd49b04f5 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h | |||
@@ -404,6 +404,8 @@ enum lock_type4 { | |||
404 | #define FATTR4_WORD0_UNIQUE_HANDLES (1UL << 9) | 404 | #define FATTR4_WORD0_UNIQUE_HANDLES (1UL << 9) |
405 | #define FATTR4_WORD0_LEASE_TIME (1UL << 10) | 405 | #define FATTR4_WORD0_LEASE_TIME (1UL << 10) |
406 | #define FATTR4_WORD0_RDATTR_ERROR (1UL << 11) | 406 | #define FATTR4_WORD0_RDATTR_ERROR (1UL << 11) |
407 | /* Mandatory in NFSv4.1 */ | ||
408 | #define FATTR4_WORD2_SUPPATTR_EXCLCREAT (1UL << 11) | ||
407 | 409 | ||
408 | /* Recommended Attributes */ | 410 | /* Recommended Attributes */ |
409 | #define FATTR4_WORD0_ACL (1UL << 12) | 411 | #define FATTR4_WORD0_ACL (1UL << 12) |