diff options
Diffstat (limited to 'include/linux/nfs4.h')
-rw-r--r-- | include/linux/nfs4.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index e36dee52f224..c6f41b616965 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h | |||
@@ -395,7 +395,9 @@ enum lock_type4 { | |||
395 | #define FATTR4_WORD1_FS_LAYOUT_TYPES (1UL << 30) | 395 | #define FATTR4_WORD1_FS_LAYOUT_TYPES (1UL << 30) |
396 | #define FATTR4_WORD2_LAYOUT_BLKSIZE (1UL << 1) | 396 | #define FATTR4_WORD2_LAYOUT_BLKSIZE (1UL << 1) |
397 | #define FATTR4_WORD2_MDSTHRESHOLD (1UL << 4) | 397 | #define FATTR4_WORD2_MDSTHRESHOLD (1UL << 4) |
398 | #define FATTR4_WORD2_SECURITY_LABEL (1UL << 17) | 398 | #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) |
399 | #define FATTR4_WORD2_CHANGE_SECURITY_LABEL \ | ||
400 | (1UL << 17) | ||
399 | 401 | ||
400 | /* MDS threshold bitmap bits */ | 402 | /* MDS threshold bitmap bits */ |
401 | #define THRESHOLD_RD (1UL << 0) | 403 | #define THRESHOLD_RD (1UL << 0) |
@@ -460,6 +462,7 @@ enum { | |||
460 | NFSPROC4_CLNT_FS_LOCATIONS, | 462 | NFSPROC4_CLNT_FS_LOCATIONS, |
461 | NFSPROC4_CLNT_RELEASE_LOCKOWNER, | 463 | NFSPROC4_CLNT_RELEASE_LOCKOWNER, |
462 | NFSPROC4_CLNT_SECINFO, | 464 | NFSPROC4_CLNT_SECINFO, |
465 | NFSPROC4_CLNT_FSID_PRESENT, | ||
463 | 466 | ||
464 | /* nfs41 */ | 467 | /* nfs41 */ |
465 | NFSPROC4_CLNT_EXCHANGE_ID, | 468 | NFSPROC4_CLNT_EXCHANGE_ID, |