Skip to content
Commit ce60a2f1 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: fix argument type in fuse_get_user_pages()



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: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent f4efdd65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment