From: Randy Dunlap <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to