linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] fuse: add required version info
@ 2005-09-23 14:15 Miklos Szeredi
  0 siblings, 0 replies; only message in thread
From: Miklos Szeredi @ 2005-09-23 14:15 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

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@szeredi.hu>

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.
 

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

only message in thread, other threads:[~2005-09-23 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-23 14:15 [PATCH 1/3] fuse: add required version info Miklos Szeredi

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).