1. 09 5月, 2018 1 次提交
  2. 03 3月, 2016 1 次提交
  3. 12 1月, 2013 1 次提交
  4. 14 11月, 2011 1 次提交
    • P
      rds: drop "select LLIST" · 77c1c7c4
      Paul Bolle 提交于
      Commit 1bc144b6 ("net, rds, Replace xlist in net/rds/xlist.h with
      llist") added "select LLIST" to the RDS_RDMA Kconfig entry. But there is
      no Kconfig symbol named LLIST. The select statement for that symbol is a
      nop. Drop it.
      
      lib/llist.o is builtin, so all that's needed to use the llist
      functionality is to include linux/llist.h, which this commit also did.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      77c1c7c4
  5. 16 9月, 2011 1 次提交
  6. 24 8月, 2009 1 次提交
  7. 04 3月, 2009 1 次提交
    • R
      rds: fix iband RDMA dependencies · abb79972
      Randy Dunlap 提交于
      Fix RDS Infiniband dependencies for RDMA so that these
      build errors won't happen:
      
      ERROR: "rdma_accept" [net/rds/rds.ko] undefined!
      ERROR: "rdma_destroy_id" [net/rds/rds.ko] undefined!
      ERROR: "rdma_connect" [net/rds/rds.ko] undefined!
      ERROR: "rdma_destroy_qp" [net/rds/rds.ko] undefined!
      ERROR: "rdma_listen" [net/rds/rds.ko] undefined!
      ERROR: "rdma_notify" [net/rds/rds.ko] undefined!
      ERROR: "rdma_create_id" [net/rds/rds.ko] undefined!
      ERROR: "rdma_create_qp" [net/rds/rds.ko] undefined!
      ERROR: "rdma_bind_addr" [net/rds/rds.ko] undefined!
      ERROR: "rdma_resolve_route" [net/rds/rds.ko] undefined!
      ERROR: "rdma_disconnect" [net/rds/rds.ko] undefined!
      ERROR: "rdma_reject" [net/rds/rds.ko] undefined!
      ERROR: "rdma_resolve_addr" [net/rds/rds.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: NAndy Grover <andy.grover@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      abb79972
  8. 27 2月, 2009 1 次提交