net, rds, Replace xlist in net/rds/xlist.h with llist
authorHuang Ying <ying.huang@intel.com>
Tue, 30 Aug 2011 15:21:30 +0000 (15:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Sep 2011 19:36:32 +0000 (15:36 -0400)
commit1bc144b62524970c8580f6d97a6df0e71c6ee388
treec0ec36a86bd3888ffcd0005cf2a19c2a4908a00b
parentdc00fd44413e9d4310d0dc6bcc3bd8e57ba8f064
net, rds, Replace xlist in net/rds/xlist.h with llist

The functionality of xlist and llist is almost same.  This patch
replace xlist with llist to avoid code duplication.

Known issues: don't know how to test this, need special hardware?

Signed-off-by: Huang Ying <ying.huang@intel.com>
Cc: Chris Mason <chris.mason@oracle.com>
Cc: Andy Grover <andy.grover@oracle.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/Kconfig
net/rds/ib_rdma.c
net/rds/xlist.h [deleted file]