fs: Assign bdi in super_block
[linux-2.6-block.git] / fs / fuse / inode.c
index 4567db6f94308d41242dc29bc40458e36bf8300d..e5dbecd87b0f49c748aa4465c3a22447e29fc540 100644 (file)
@@ -894,6 +894,8 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)
        if (err)
                goto err_put_conn;
 
+       sb->s_bdi = &fc->bdi;
+
        /* Handle umasking inside the fuse code */
        if (sb->s_flags & MS_POSIXACL)
                fc->dont_mask = 1;