2004-11-20 23:12:19

by Miklos Szeredi

[permalink] [raw]
Subject: [PATCH 2/13] Filesystem in Userspace

This patch adds FUSE filesystem to MAINTAINERS, fs/Kconfig and
fs/Makefile.

Signed-off-by: Miklos Szeredi <[email protected]>
--- linux-2.6.10-rc2/fs/Kconfig 2004-11-20 21:14:44.000000000 +0100
+++ linux-2.6.10-rc2-fuse/fs/Kconfig 2004-11-20 12:50:30.000000000 +0100
@@ -492,6 +492,19 @@ config AUTOFS4_FS
local network, you probably do not need an automounter, and can say
N here.

+config FUSE
+ tristate "Filesystem in Userspace support"
+ help
+ With FUSE it is possible to implement a fully functional filesystem
+ in a userspace program.
+
+ There's also companion library: libfuse. This library along with
+ utilities is available from the FUSE homepage:
+ <http://fuse.sourceforge.net/>
+
+ If you want to develop a userspace FS, or if you want to use
+ a filesystem based on FUSE, answer Y or M.
+
menu "CD-ROM/DVD Filesystems"

config ISO9660_FS
--- linux-2.6.10-rc2/fs/Makefile 2004-11-20 21:14:51.000000000 +0100
+++ linux-2.6.10-rc2-fuse/fs/Makefile 2004-11-20 13:41:14.000000000 +0100
@@ -94,3 +94,4 @@ obj-$(CONFIG_AFS_FS) += afs/
obj-$(CONFIG_BEFS_FS) += befs/
obj-$(CONFIG_HOSTFS) += hostfs/
obj-$(CONFIG_HPPFS) += hppfs/
+obj-$(CONFIG_FUSE) += fuse/
--- linux-2.6.10-rc2/MAINTAINERS 2004-11-20 21:14:30.000000000 +0100
+++ linux-2.6.10-rc2-fuse/MAINTAINERS 2004-11-17 10:15:45.000000000 +0100
@@ -861,6 +861,13 @@ L: [email protected]
W: http://sourceforge.net/projects/ftape
S: Orphan

+FUSE: FILESYSTEM IN USERSPACE
+P: Miklos Szeredi
+M: [email protected]
+L: [email protected]
+W: http://fuse.sourceforge.net/
+S: Maintained
+
FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
P: Rik Faith
M: [email protected]