From: Sean Hefty Date: Tue, 10 Jan 2006 15:39:34 +0000 (-0800) Subject: IB: Add node_guid to struct ib_device X-Git-Tag: v2.6.16-rc1~172^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf311cd49a78f1e431787068cc31d29d06a415e6;p=pandora-kernel.git IB: Add node_guid to struct ib_device Add a node_guid field to struct ib_device. It is the responsibility of the low-level driver to initialize this field before registering a device with the midlayer. Convert everyone to looking at this field instead of calling ib_query_device() when all they want is the node GUID, and remove the node_guid field from struct ib_device_attr. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed