commit | f3846266f593595632a07242fcbc6c24bc2ade68 | [log] [tgz] |
---|---|---|
author | Rajat Jain <rajatxjain@gmail.com> | Wed Feb 05 15:24:57 2014 -0800 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Apr 02 15:38:51 2014 +0200 |
tree | ea0b77f91bf16239aec4108722dae1fecc059b17 | |
parent | 4d99ff8f12eb20c6cde292f185cb1c8c334ba0ed [diff] |
fuse: fix "uninitialized variable" warning Fix the following warning: In file included from include/linux/fs.h:16:0, from fs/fuse/fuse_i.h:13, from fs/fuse/file.c:9: fs/fuse/file.c: In function 'fuse_file_poll': include/linux/rbtree.h:82:28: warning: 'parent' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/fuse/file.c:2592:27: note: 'parent' was declared here Signed-off-by: Rajat Jain <rajatxjain@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>