IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()
authorJack Morgenstein <jackm@dev.mellanox.co.il>
Thu, 14 Feb 2008 18:39:36 +0000 (10:39 -0800)
committerRoland Dreier <rolandd@cisco.com>
Thu, 14 Feb 2008 18:39:36 +0000 (10:39 -0800)
commite6028c0e004d334bb9ed75d4c918f4c763af1b9f
tree9b83da3ad6221f4935f22459ddfaf6a1702588c2
parenta9d1884925c80b96a621939a4fef5d74de58debe
IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()

Currently mlx4_ib_fmr_alloc() calls mlx4_mr_enable() instead of
mlx4_fmr_enable().  The two functions are equivalent at the moment, but
this is not really correct (and the change is needed to fix a bug).

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/mr.c