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
@@ -85,7 +85,6 @@ static void svcauth_unix_domain_release(struct auth_domain *dom)
|
||||
*/
|
||||
#define IP_HASHBITS 8
|
||||
#define IP_HASHMAX (1<<IP_HASHBITS)
|
||||
#define IP_HASHMASK (IP_HASHMAX-1)
|
||||
|
||||
struct ip_map {
|
||||
struct cache_head h;
|
||||
@@ -497,7 +496,6 @@ svcauth_unix_info_release(struct svc_xprt *xpt)
|
||||
*/
|
||||
#define GID_HASHBITS 8
|
||||
#define GID_HASHMAX (1<<GID_HASHBITS)
|
||||
#define GID_HASHMASK (GID_HASHMAX - 1)
|
||||
|
||||
struct unix_gid {
|
||||
struct cache_head h;
|
||||
|
Reference in New Issue
Block a user