From: Miklos Szeredi Date: Thu, 9 Apr 2009 15:37:52 +0000 (+0200) Subject: fuse: fix argument type in fuse_get_user_pages() X-Git-Tag: v2.6.30-rc2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce60a2f15764f296b0467960759351702c7d2986;p=pandora-kernel.git 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: Miklos Szeredi --- Reading git-diff-tree failed