linux/fs/fuse
Jens Axboe 32a88aa1b6 fs: Assign bdi in super_block
We do this automatically in get_sb_bdev() from the set_bdev_super()
callback. Filesystems that have their own private backing_dev_info
must assign that in ->fill_super().

Note that ->s_bdi assignment is required for proper writeback!

Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-09-16 15:18:51 +02:00
..
Kconfig fs/Kconfig: move fuse out 2009-01-22 13:15:55 +03:00
Makefile CUSE: implement CUSE - Character device in Userspace 2009-06-09 11:24:11 +02:00
control.c fuse: style fixes 2008-11-26 12:03:54 +01:00
cuse.c CUSE: implement CUSE - Character device in Userspace 2009-06-09 11:24:11 +02:00
dev.c Revert "fuse: Fix build error" as unnecessary 2009-07-11 11:22:34 -07:00
dir.c fuse: invalidation reverse calls 2009-06-30 20:12:24 +02:00
file.c fuse: fix bad return value in fuse_file_poll() 2009-06-30 20:06:24 +02:00
fuse_i.h fuse: invalidation reverse calls 2009-06-30 20:12:24 +02:00
inode.c fs: Assign bdi in super_block 2009-09-16 15:18:51 +02:00