From: Michael S. Tsirkin Date: Fri, 14 Jul 2006 07:23:55 +0000 (-0700) Subject: [PATCH] fmr pool: remove unnecessary pointer dereference X-Git-Tag: v2.6.18-rc2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adfaa888a292e7f38fb43668d8994f246e371f0f;p=pandora-kernel.git [PATCH] fmr pool: remove unnecessary pointer dereference ib_fmr_pool_map_phys gets the virtual address by pointer but never writes there, and users (e.g. srp) seem to assume this and ignore the value returned. This patch cleans up the API to get the VA by value, and updates all users. Signed-off-by: Michael S. Tsirkin Acked-by: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed