linux-stable/fs/fuse
Miklos Szeredi e2560362cc cuse: fix uninitialized variable warnings
Fix the following compiler warnings:

fs/fuse/cuse.c: In function 'cuse_process_init_reply':
fs/fuse/cuse.c:288:24: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]
fs/fuse/cuse.c:272:14: note: 'val' was declared here
fs/fuse/cuse.c:284:10: warning: 'key' may be used uninitialized in this function [-Wmaybe-uninitialized]
fs/fuse/cuse.c:272:8: note: 'key' was declared here

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2013-01-17 13:05:52 +01:00
..
control.c fuse: mark variables uninitialized 2012-09-03 17:44:06 +02:00
cuse.c cuse: fix uninitialized variable warnings 2013-01-17 13:05:52 +01:00
dev.c userns: Support fuse interacting with multiple user namespaces 2012-11-14 22:05:33 -08:00
dir.c userns: Support fuse interacting with multiple user namespaces 2012-11-14 22:05:33 -08:00
file.c lseek: the "whence" argument is called "whence" 2012-12-17 17:15:12 -08:00
fuse_i.h userns: Support fuse interacting with multiple user namespaces 2012-11-14 22:05:33 -08:00
inode.c userns: Support fuse interacting with multiple user namespaces 2012-11-14 22:05:33 -08:00
Kconfig fs/Kconfig: move fuse out 2009-01-22 13:15:55 +03:00
Makefile CUSE: implement CUSE - Character device in Userspace 2009-06-09 11:24:11 +02:00