From: Rajat Jain Date: Wed, 5 Feb 2014 23:24:57 +0000 (-0800) Subject: fuse: fix "uninitialized variable" warning X-Git-Tag: v3.15-rc1~94^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3846266f593595632a07242fcbc6c24bc2ade68;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed