git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1b74e
)
[PATCH] relayfs: fix bogus param value in call to vmap
author
Tom Zanussi
<zanussi@us.ibm.com>
Sun, 9 Oct 2005 15:41:32 +0000
(10:41 -0500)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Oct 2005 15:39:50 +0000
(08:39 -0700)
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>
No differences found