net: sunrpc: kill unused macros
These macros never be used for several years. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:

committed by
J. Bruce Fields

parent
5b6a599f0d
commit
66c941f4aa
@@ -67,7 +67,6 @@ static int netobj_equal(struct xdr_netobj *a, struct xdr_netobj *b)
|
||||
|
||||
#define RSI_HASHBITS 6
|
||||
#define RSI_HASHMAX (1<<RSI_HASHBITS)
|
||||
#define RSI_HASHMASK (RSI_HASHMAX-1)
|
||||
|
||||
struct rsi {
|
||||
struct cache_head h;
|
||||
@@ -319,7 +318,6 @@ static struct rsi *rsi_update(struct rsi *new, struct rsi *old)
|
||||
|
||||
#define RSC_HASHBITS 10
|
||||
#define RSC_HASHMAX (1<<RSC_HASHBITS)
|
||||
#define RSC_HASHMASK (RSC_HASHMAX-1)
|
||||
|
||||
#define GSS_SEQ_WIN 128
|
||||
|
||||
|
Reference in New Issue
Block a user