diff options
Diffstat (limited to 'fs/fuse/inode.c')
-rw-r--r-- | fs/fuse/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index 0e15bc221d23..ba7256128084 100644 --- a/fs/fuse/inode.c +++ b/fs/fuse/inode.c | |||
@@ -486,6 +486,7 @@ static struct fuse_conn *new_conn(struct super_block *sb) | |||
486 | /* fuse does it's own writeback accounting */ | 486 | /* fuse does it's own writeback accounting */ |
487 | fc->bdi.capabilities = BDI_CAP_NO_ACCT_WB; | 487 | fc->bdi.capabilities = BDI_CAP_NO_ACCT_WB; |
488 | fc->khctr = 0; | 488 | fc->khctr = 0; |
489 | fc->polled_files = RB_ROOT; | ||
489 | fc->dev = sb->s_dev; | 490 | fc->dev = sb->s_dev; |
490 | err = bdi_init(&fc->bdi); | 491 | err = bdi_init(&fc->bdi); |
491 | if (err) | 492 | if (err) |