diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-06-03 21:33:35 (GMT) |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-06-06 23:22:49 (GMT) |
commit | 999e568354b8c797f344a2154761dd94cc84e4ac (patch) | |
tree | 1c88eaf90c4da4274b8ef533dc9daa4e5e9747dd /include | |
parent | 542d1ab3c7ce53be7d7122a83d016304af4e6345 (diff) | |
download | linux-999e568354b8c797f344a2154761dd94cc84e4ac.tar.xz |
nfs4: remove unused CHANGE_SECURITY_LABEL
This constant has the wrong value. And we don't use it. And it's been
removed from the 4.2 spec anyway.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 12c2cb9..a1e3064 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -399,8 +399,6 @@ enum lock_type4 { #define FATTR4_WORD2_LAYOUT_BLKSIZE (1UL << 1) #define FATTR4_WORD2_MDSTHRESHOLD (1UL << 4) #define FATTR4_WORD2_SECURITY_LABEL (1UL << 16) -#define FATTR4_WORD2_CHANGE_SECURITY_LABEL \ - (1UL << 17) /* MDS threshold bitmap bits */ #define THRESHOLD_RD (1UL << 0) |