Explorar el Código

nvme-rdma: Get rid of redundant defines

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Sagi Grimberg hace 9 años
padre
commit
4d8c6a7946
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      drivers/nvme/host/rdma.c

+ 0 - 4
drivers/nvme/host/rdma.c

@@ -43,10 +43,6 @@
 
 #define NVME_RDMA_MAX_INLINE_SEGMENTS	1
 
-#define NVME_RDMA_MAX_PAGES_PER_MR	512
-
-#define NVME_RDMA_DEF_RECONNECT_DELAY	20
-
 /*
  * We handle AEN commands ourselves and don't even let the
  * block layer know about them.