From: Mike Marciniszyn Date: Mon, 15 Sep 2014 15:43:06 +0000 (-0400) Subject: IB/ipath: Change get_user_pages() usage to always NULL vmas X-Git-Tag: fixes-for-v3.18-merge-window~78^2^6~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3033771febebf2c66d5146624746ebc4a3d79314;p=pandora-kernel.git IB/ipath: Change get_user_pages() usage to always NULL vmas The static helper routine, __ipath_get_user_pages(), accepts a vma arg, but current use always passes NULL. This has caused some confusion associated with the correct use of this argument, but since the current use case doesn't require the flexiblity, the best thing to do is to simplfy the code to always pass NULL to get_user_pages(). Reviewed-by: Dennis Dalessandro Signed-off-by: Mike Marciniszyn Signed-off-by: Roland Dreier --- Reading git-diff-tree failed