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:
f4efdd6
)
fuse: fix argument type in fuse_get_user_pages()
author
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 9 Apr 2009 15:37:52 +0000
(17:37 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 9 Apr 2009 15:37:52 +0000
(17:37 +0200)
Fix the following warning:
fs/fuse/file.c: In function 'fuse_direct_io':
fs/fuse/file.c:1002: warning: passing argument 3 of 'fuse_get_user_pages' from incompatible pointer type
This was introduced by commit
f4975c67
"fuse: allow kernel to access
"direct_io" files".
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found