commit | e464b2a6c2c297702205ab725fd82489550a7893 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@topspin.com> | Sat Apr 16 15:26:17 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:26:17 2005 -0700 |
tree | d7857bd1bcfd5607998b830130f1ef23f7322809 | |
parent | 72c30290bea3a24e2ab56c7a51af47012f7465a4 [diff] |
[PATCH] IB/mthca: clean up mthca_dereg_mr() It's cleaner to kfree mthca_mr, and not rely on the fact that ib_mr is the first field in mthca_mr. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <roland@topspin.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>