From: Alexander Chiang Date: Tue, 2 Feb 2010 19:08:30 +0000 (+0000) Subject: IB/umad: Remove port_table[] X-Git-Tag: v2.6.34-rc1~225^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aa2a86ec430fb1ae739bd065d7ea6596997a2cf;p=pandora-kernel.git IB/umad: Remove port_table[] We no longer need this data structure, as it was used to associate an inode back to a struct ib_umad_port during ->open(). But now that we're embedding a struct cdev in struct ib_umad_port, we can use the container_of() macro to go from the inode back to the device instead. Signed-off-by: Alex Chiang Signed-off-by: Roland Dreier --- Reading git-diff-tree failed