[PATCH 1/3] fuse: add required version info

From: Miklos Szeredi
Date: Fri Sep 23 2005 - 09:16:25 EST


This patch adds information about required version of the userspace
library/utilities to Documentation/Changes. Also add pointer to this
and to FUSE documentation from Kconfig.

Thanks to Anton Altaparmakov for the reminder.

Signed-off-by: Miklos Szeredi <miklos@xxxxxxxxxx>

Index: linux/Documentation/Changes
===================================================================
--- linux.orig/Documentation/Changes 2005-09-23 15:03:10.000000000 +0200
+++ linux/Documentation/Changes 2005-09-23 15:45:19.000000000 +0200
@@ -245,6 +245,12 @@ udev
udev is a userspace application for populating /dev dynamically with
only entries for devices actually present. udev replaces devfs.

+FUSE
+----
+
+Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount
+options 'direct_io' and 'kernel_cache' won't work.
+
Networking
==========

@@ -402,6 +408,10 @@ udev
----
o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html>

+FUSE
+----
+o <http://sourceforge.net/projects/fuse>
+
Networking
**********

Index: linux/fs/Kconfig
===================================================================
--- linux.orig/fs/Kconfig 2005-09-23 15:55:07.000000000 +0200
+++ linux/fs/Kconfig 2005-09-23 16:03:00.000000000 +0200
@@ -505,6 +505,9 @@ config FUSE_FS
utilities is available from the FUSE homepage:
<http://fuse.sourceforge.net/>

+ See <file:Documentation/filesystems/fuse.txt> for more information.
+ See <file:Documentation/Changes> for needed library/utility version.
+
If you want to develop a userspace FS, or if you want to use
a filesystem based on FUSE, answer Y or M.

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