]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fuse: cleanup fuse_direct_io()
authorMiklos Szeredi <mszeredi@suse.cz>
Sat, 10 Nov 2012 15:55:56 +0000 (16:55 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Sat, 10 Nov 2012 15:55:56 +0000 (16:55 +0100)
commitddeffe77e009be4939030fcdc2b77951a151c660
treeef66e871df6f0f85c5fc07f171c96712ecf10ffb
parent96afac15f38cda787b3f585b0d96d4349113993b
fuse: cleanup fuse_direct_io()

Fix the following sparse warnings:

fs/fuse/file.c:1216:43: warning: cast removes address space of expression
fs/fuse/file.c:1216:43: warning: incorrect type in initializer (different address spaces)
fs/fuse/file.c:1216:43:    expected void [noderef] <asn:1>*iov_base
fs/fuse/file.c:1216:43:    got void *<noident>
fs/fuse/file.c:1241:43: warning: cast removes address space of expression
fs/fuse/file.c:1241:43: warning: incorrect type in initializer (different address spaces)
fs/fuse/file.c:1241:43:    expected void [noderef] <asn:1>*iov_base
fs/fuse/file.c:1241:43:    got void *<noident>
fs/fuse/file.c:1267:43: warning: cast removes address space of expression
fs/fuse/file.c:1267:43: warning: incorrect type in initializer (different address spaces)
fs/fuse/file.c:1267:43:    expected void [noderef] <asn:1>*iov_base
fs/fuse/file.c:1267:43:    got void *<noident>

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/cuse.c
fs/fuse/file.c
fs/fuse/fuse_i.h