net: cleanup unused macros in net directory
Clean up some unused macros in net/*. 1. be left for code change. e.g. PGV_FROM_VMALLOC, PGV_FROM_VMALLOC, KMEM_SAFETYZONE. 2. never be used since introduced to kernel. e.g. P9_RDMA_MAX_SGE, UTIL_CTRL_PKT_SIZE. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Acked-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
6997e61891
commit
441c793a56
@@ -25,7 +25,6 @@ struct cfserl {
|
||||
spinlock_t sync;
|
||||
bool usestx;
|
||||
};
|
||||
#define STXLEN(layr) (layr->usestx ? 1 : 0)
|
||||
|
||||
static int cfserl_receive(struct cflayer *layr, struct cfpkt *pkt);
|
||||
static int cfserl_transmit(struct cflayer *layr, struct cfpkt *pkt);
|
||||
|
Reference in New Issue
Block a user