commit | 1bc144b62524970c8580f6d97a6df0e71c6ee388 | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Tue Aug 30 15:21:30 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 15 15:36:32 2011 -0400 |
tree | c0ec36a86bd3888ffcd0005cf2a19c2a4908a00b | |
parent | dc00fd44413e9d4310d0dc6bcc3bd8e57ba8f064 [diff] |
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>