diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2013-12-16 05:23:45 -0500 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2013-12-16 05:23:45 -0500 |
| commit | c4de673b775e4db48cd2db6277e0c6714332ca0c (patch) | |
| tree | 84f9e4728e6ccf257236d2ba063b6e784ec8b65d /include/linux/nfs4.h | |
| parent | bafdc614a1f4f8be8cde41b8ab10ac17e67c1837 (diff) | |
| parent | 55957fb7a0b61d8ab6ff3f04e279b8fc22b738fa (diff) | |
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
Diffstat (limited to 'include/linux/nfs4.h')
| -rw-r--r-- | include/linux/nfs4.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index e36dee52f224..c1637062c1ce 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h | |||
| @@ -118,6 +118,9 @@ Needs to be updated if more operations are defined in future.*/ | |||
| 118 | 118 | ||
| 119 | #define FIRST_NFS4_OP OP_ACCESS | 119 | #define FIRST_NFS4_OP OP_ACCESS |
| 120 | #define LAST_NFS4_OP OP_RECLAIM_COMPLETE | 120 | #define LAST_NFS4_OP OP_RECLAIM_COMPLETE |
| 121 | #define LAST_NFS40_OP OP_RELEASE_LOCKOWNER | ||
| 122 | #define LAST_NFS41_OP OP_RECLAIM_COMPLETE | ||
| 123 | #define LAST_NFS42_OP OP_RECLAIM_COMPLETE | ||
| 121 | 124 | ||
| 122 | enum nfsstat4 { | 125 | enum nfsstat4 { |
| 123 | NFS4_OK = 0, | 126 | NFS4_OK = 0, |
| @@ -395,7 +398,9 @@ enum lock_type4 { | |||
| 395 | #define FATTR4_WORD1_FS_LAYOUT_TYPES (1UL << 30) | 398 | #define FATTR4_WORD1_FS_LAYOUT_TYPES (1UL << 30) |
| 396 | #define FATTR4_WORD2_LAYOUT_BLKSIZE (1UL << 1) | 399 | #define FATTR4_WORD2_LAYOUT_BLKSIZE (1UL << 1) |
| 397 | #define FATTR4_WORD2_MDSTHRESHOLD (1UL << 4) | 400 | #define FATTR4_WORD2_MDSTHRESHOLD (1UL << 4) |
| 398 | #define FATTR4_WORD2_SECURITY_LABEL (1UL << 17) | 401 | #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) |
| 402 | #define FATTR4_WORD2_CHANGE_SECURITY_LABEL \ | ||
| 403 | (1UL << 17) | ||
| 399 | 404 | ||
| 400 | /* MDS threshold bitmap bits */ | 405 | /* MDS threshold bitmap bits */ |
| 401 | #define THRESHOLD_RD (1UL << 0) | 406 | #define THRESHOLD_RD (1UL << 0) |
| @@ -460,6 +465,7 @@ enum { | |||
| 460 | NFSPROC4_CLNT_FS_LOCATIONS, | 465 | NFSPROC4_CLNT_FS_LOCATIONS, |
| 461 | NFSPROC4_CLNT_RELEASE_LOCKOWNER, | 466 | NFSPROC4_CLNT_RELEASE_LOCKOWNER, |
| 462 | NFSPROC4_CLNT_SECINFO, | 467 | NFSPROC4_CLNT_SECINFO, |
| 468 | NFSPROC4_CLNT_FSID_PRESENT, | ||
| 463 | 469 | ||
| 464 | /* nfs41 */ | 470 | /* nfs41 */ |
| 465 | NFSPROC4_CLNT_EXCHANGE_ID, | 471 | NFSPROC4_CLNT_EXCHANGE_ID, |
