IB/uverbs: Pack struct ib_uverbs_event_file tighter
authorAlexander Chiang <achiang@hp.com>
Tue, 2 Feb 2010 19:08:14 +0000 (19:08 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 24 Feb 2010 18:23:42 +0000 (10:23 -0800)
Eliminate some padding in the structure by rearranging the members.
sizeof(struct ib_uverbs_event_file) is now 72 bytes (from 80) and
more members now fit in the first cacheline.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found