Merge branches 'common/fbdev' and 'common/fbdev-meram' of master.kernel.org:/pub...
[pandora-kernel.git] / fs / fuse / inode.c
index 051b1a0..cc6ec4b 100644 (file)
@@ -870,7 +870,6 @@ static int fuse_bdi_init(struct fuse_conn *fc, struct super_block *sb)
 
        fc->bdi.name = "fuse";
        fc->bdi.ra_pages = (VM_MAX_READAHEAD * 1024) / PAGE_CACHE_SIZE;
-       fc->bdi.unplug_io_fn = default_unplug_io_fn;
        /* fuse does it's own writeback accounting */
        fc->bdi.capabilities = BDI_CAP_NO_ACCT_WB;