]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
IB/cm: Endianness annotations
authorRoland Dreier <rolandd@cisco.com>
Thu, 17 Apr 2008 04:01:07 +0000 (21:01 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 17 Apr 2008 04:01:07 +0000 (21:01 -0700)
commita88f488857cd2e54789791d2b5e8d116721d5cb7
tree9c3df1fd400e829b45fc3fa43d5404b7ac411a1f
parentd2ae16d576086bd3e539f4e94f95df4e37ea2419
IB/cm: Endianness annotations

Mostly update the RB tree comparisons to force __be types to normal
integers, but the change to cm_format_sidr_req() is a real fix:
param->path->pkey is already __be16.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Acked-by: Sean Hefty <sean.hefty@intel.com>
drivers/infiniband/core/cm.c