linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] FUSE depends on BLOCK
@ 2006-11-17  5:38 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2006-11-17  5:38 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: miklos, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

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@oracle.com>
---
 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.


---

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-17  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-17  5:38 [PATCH] FUSE depends on BLOCK Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).