From: Tom Zanussi Date: Sun, 9 Oct 2005 15:41:32 +0000 (-0500) Subject: [PATCH] relayfs: fix bogus param value in call to vmap X-Git-Tag: v2.6.14-rc4~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc956e12aedfdc6baf6312bc36a6b5a71af3c9d;p=pandora-kernel.git [PATCH] relayfs: fix bogus param value in call to vmap The third param in this call to vmap shouldn't be GFP_KERNEL, which makes no sense, but rather VM_MAP. Thanks to Al Viro for spotting this. Signed-off-by: Tom Zanussi Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed