From: Roland Dreier Date: Thu, 7 Feb 2008 05:17:59 +0000 (-0800) Subject: mlx4_core: Clean up struct mlx4_buf X-Git-Tag: v2.6.25-rc1~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57aacfa7a95328f469d0360e49289b023c47e9e;p=pandora-kernel.git mlx4_core: Clean up struct mlx4_buf Now that struct mlx4_buf.u is a struct instead of a union because of the vmap() changes, there's no point in having a struct at all. So move .direct and .page_list directly into struct mlx4_buf and get rid of a bunch of unnecessary ".u"s. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed