commit | 21c1a90769e680e7c1f49bae4c5804cf0c7bc814 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Mon Aug 30 19:27:40 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Oct 24 22:14:19 2010 -0700 |
tree | 917996eb13d0ab93163f26e4824c0d7b2e1bec34 | |
parent | 7ade400aba9a675b610074d6609658661db07eeb [diff] |
IB/srp: Use list_first_entry() Use the list_first_entry() macro in ib_srp instead of open-coding the equivalent, which makes the source code slightly more descriptive. The list_first_entry() macro itself was introduced in kernel 2.6.22. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: David Dillow <dillowda@ornl.gov> Signed-off-by: Roland Dreier <rolandd@cisco.com>