summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-12-06 20:35:54 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 08:39:32 -0800
commit875d95ec9eb69ffb334116fb44d04d9a64dcbfbb (patch)
tree7023768e791ca0301446a27e8a63df370ea09f03 /kernel
parent0ec7ca41f6f0f74a394a7d686bc0ee8afef84887 (diff)
downloadlinux-875d95ec9eb69ffb334116fb44d04d9a64dcbfbb.tar.gz
linux-875d95ec9eb69ffb334116fb44d04d9a64dcbfbb.tar.xz
[PATCH] fuse: fix compile without CONFIG_BLOCK
Randy Dunlap wote: > Should FUSE depend on BLOCK? Without that and with BLOCK=n, I get: > > inode.c:(.text+0x3acc5): undefined reference to `sb_set_blocksize' > inode.c:(.text+0x3a393): undefined reference to `get_sb_bdev' > fs/built-in.o:(.data+0xd718): undefined reference to `kill_block_super Most fuse filesystems work fine without block device support, so I think a better solution is to disable the 'fuseblk' filesystem type if BLOCK=n. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions