commit | 1cc956e12aedfdc6baf6312bc36a6b5a71af3c9d | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@us.ibm.com> | Sun Oct 09 10:41:32 2005 -0500 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 10 08:39:50 2005 -0700 |
tree | 0cdc8aaf0363aa1b96d41db183ec9e48500f891f | |
parent | eb1b74e097db51a213600e8c776db754d7056e6a [diff] |
[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>