]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] relayfs: fix bogus param value in call to vmap
authorTom Zanussi <zanussi@us.ibm.com>
Sun, 9 Oct 2005 15:41:32 +0000 (10:41 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Oct 2005 15:39:50 +0000 (08:39 -0700)
commit1cc956e12aedfdc6baf6312bc36a6b5a71af3c9d
tree0cdc8aaf0363aa1b96d41db183ec9e48500f891f
parenteb1b74e097db51a213600e8c776db754d7056e6a
[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 <zanussi@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/relayfs/buffers.c