diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2011-01-14 17:35:59 +0800 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-03-07 12:05:09 -0500 |
commit | 35079582e72efcabf7c70f3d3ee4f96e6f196606 (patch) | |
tree | 5c00cde404ab4492c699510b9dd5b5d16bcffe7e /fs/nfsd/nfs4idmap.c | |
parent | f32cb53219a956b96a4cd1ee7c6b1b8a48d40e9f (diff) |
nfsd: kill unused macro definition
These macros had never been used for several years.
So, remove them.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4idmap.c')
-rw-r--r-- | fs/nfsd/nfs4idmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4idmap.c b/fs/nfsd/nfs4idmap.c index 6d2c397d458b..55780a22fdbd 100644 --- a/fs/nfsd/nfs4idmap.c +++ b/fs/nfsd/nfs4idmap.c @@ -63,7 +63,6 @@ struct ent { #define ENT_HASHBITS 8 #define ENT_HASHMAX (1 << ENT_HASHBITS) -#define ENT_HASHMASK (ENT_HASHMAX - 1) static void ent_init(struct cache_head *cnew, struct cache_head *citm) |