• M
    fuse: fix sparse warning in ioctl · c9f0523d
    Miklos Szeredi 提交于
    Fix sparse warning:
    
      CHECK   fs/fuse/file.c
    fs/fuse/file.c:1615:17: warning: incorrect type in assignment (different address spaces)
    fs/fuse/file.c:1615:17:    expected void [noderef] <asn:1>*iov_base
    fs/fuse/file.c:1615:17:    got void *<noident>
    
    This was introduced by "fuse: implement ioctl support".
    Signed-off-by: NMiklos Szeredi <mszeredi@suse.cz>
    c9f0523d
file.c 47.0 KB