From: Jack Morgenstein Date: Thu, 14 Feb 2008 18:39:36 +0000 (-0800) Subject: IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable() X-Git-Tag: v2.6.25-rc2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6028c0e004d334bb9ed75d4c918f4c763af1b9f;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed