commit c2c053e4178e1f33bb74f8e9410ee7e2145f8518
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 18:05:05 2007 -0400

    documentation: added info about /odf/sr in odf.txt

diff --git a/Documentation/filesystems/unionfs/odf.txt 
b/Documentation/filesystems/unionfs/odf.txt
index d2b41df..a46cc7f 100644
--- a/Documentation/filesystems/unionfs/odf.txt
+++ b/Documentation/filesystems/unionfs/odf.txt
@@ -229,6 +229,11 @@ follows:
    /odf/ns/<PATH>, whenever we need to indicate that <PATH> is a whiteout
    file.
 
+7. /odf/sr is for storing silly renamed files. Inodes that are still in use 
when
+   unlinked, will have their entry in the ODF moved to /odf/sr temporarily to
+   keep the ODF from recycling that inode while the unionfs inode is still in
+   use. When the unionfs inode is dropped the entry is moved from /odf/sr to
+   /odf/reclaim
 
 ** The ODF superblock
 
@@ -260,7 +265,7 @@ Actions:
 
    If /osf/sb does not exist, then we know that we're mounting a new /odf
    for the first time; in that case, create the /odf hierarchy: /sb,
-   /whiteout, /ic, /ns, and /reclaim.  If we find that /odf/sb did not
+   /whiteout, /ic, /ns,/reclaim and /sr.  If we find that /odf/sb did not
    exist, but some of the others do exist, then we assume that the /odf is
    corrupt, and we fail the mount with an error message.
 
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to