commit | de0d9641c4f164009b62ecc342f9776d44e78b6a | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@topspin.com> | Sat Apr 16 15:26:10 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:26:10 2005 -0700 |
tree | 28c21b7b7628861a735473ae7c8bf0baf588ab8f | |
parent | dfe7cc7e816224b002f6887b2a82cba677f27344 [diff] |
[PATCH] IB: Fix FMR pool crash Mask bits correctly from jhash result in ib_fmr_hash() so that the computed bucket index is within our hash table. This fixes an SDP crash. Signed-off-by: Roland Dreier <roland@topspin.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>