[PATCH] FUSE depends on BLOCK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
 fs/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-2619-rc5mm2.orig/fs/Kconfig
+++ linux-2619-rc5mm2/fs/Kconfig
@@ -622,6 +622,7 @@ config AUTOFS4_FS
 
 config FUSE_FS
 	tristate "Filesystem in Userspace support"
+	depends on BLOCK
 	help
 	  With FUSE it is possible to implement a fully functional filesystem
 	  in a userspace program.


---
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux