diff options
-rw-r--r-- | fs/fuse/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c index d03a35d3197e..65df7d8be4f5 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c | |||
@@ -2772,7 +2772,7 @@ static void fuse_register_polled_file(struct fuse_conn *fc, | |||
2772 | { | 2772 | { |
2773 | spin_lock(&fc->lock); | 2773 | spin_lock(&fc->lock); |
2774 | if (RB_EMPTY_NODE(&ff->polled_node)) { | 2774 | if (RB_EMPTY_NODE(&ff->polled_node)) { |
2775 | struct rb_node **link, *parent; | 2775 | struct rb_node **link, *uninitialized_var(parent); |
2776 | 2776 | ||
2777 | link = fuse_find_polled_node(fc, ff->kh, &parent); | 2777 | link = fuse_find_polled_node(fc, ff->kh, &parent); |
2778 | BUG_ON(*link); | 2778 | BUG_ON(*link); |