1. 02 4月, 2009 2 次提交
  2. 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
  3. 02 3月, 2009 1 次提交
    • D
      rds: Fix build on powerpc. · c3b32404
      David S. Miller 提交于
      As reported by Stephen Rothwell.
      
      > Today's linux-next build (powerpc allyesconfig) failed like this:
      >
      > net/rds/cong.c: In function 'rds_cong_set_bit':
      > net/rds/cong.c:284: error: implicit declaration of function 'generic___set_le_bit'
      > net/rds/cong.c: In function 'rds_cong_clear_bit':
      > net/rds/cong.c:298: error: implicit declaration of function 'generic___clear_le_bit'
      > net/rds/cong.c: In function 'rds_cong_test_bit':
      > net/rds/cong.c:309: error: implicit declaration of function 'generic_test_le_bit'
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c3b32404
  4. 27 2月, 2009 21 次提交