commit cb959b8e3bd0a4f4af6f3cc1157e7c49199ad48c
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Wed May 30 15:45:54 2007 -0400

    Documentation: replace "odfforce" with "odf_keepcache"

diff --git a/Documentation/filesystems/unionfs/odf.txt 
b/Documentation/filesystems/unionfs/odf.txt
index 
6c1f66a9dcc21dd4125007e621d093badfefeb66..198815edde75e167fdbdabd9aba3541d390258e8
 100644
--- a/Documentation/filesystems/unionfs/odf.txt
+++ b/Documentation/filesystems/unionfs/odf.txt
@@ -1,6 +1,6 @@
                    ODF: On Disk Format for Unionfs 2.x
 
-                          (Updated May 29, 2007)
+                          (Updated May 30, 2007)
 
                      http://unionfs.filesystems.org/
 
@@ -274,12 +274,12 @@ (a) /odf/sb must exist (else BUG_ON)
 
 (b) update /odf/sb file
 
-(c) if the "odfforce" flag was not specified, then clean the dir cache in
+(c) if the "odf_keepcache" flag was not specified, then clean the dir cache in
     /odf/ic
 
 (d) otherwise, if you really want to use an existing /odf cache (with
     possibly some stale info), then use the mount options
-    "remount,odfforce".
+    "remount,odf_keepcache".
 
 ** Whiteouts and Opaque Dir actions
 
diff --git a/Documentation/filesystems/unionfs/usage.txt 
b/Documentation/filesystems/unionfs/usage.txt
index 
1caf182a64e4d9233671012587878cfc9b4b7eb1..e2ac65127153b987427b537d46961c60354fa404
 100644
--- a/Documentation/filesystems/unionfs/usage.txt
+++ b/Documentation/filesystems/unionfs/usage.txt
@@ -109,8 +109,8 @@ Each time you remount or mount an existi
 avoid using stale information.  To force a Unionfs mount with an older and
 possibly stale ODF:
 
-# mount -t unionfs -o odfforce,odf=/odf none MOUNTPOINT
-# mount -t unionfs -o remount,odfforce,add=...
+# mount -t unionfs -o odf_keepcache,odf=/odf none MOUNTPOINT
+# mount -t unionfs -o remount,odf_keepcache,add=...
 
 We use configfs to define several global variables for all mounted unions,
 to control cache cleaning, and more.  The following assumes that you mount
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to