]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Documentation: move mandatory locking documentation to filesystems/
authorJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 24 Sep 2007 22:52:09 +0000 (18:52 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 9 Oct 2007 22:32:45 +0000 (18:32 -0400)
Shouldn't this mandatory-locking documentation be in the
Documentation/filesystems directory?

Give it a more descriptive name while we're at it, and update 00-INDEX
with a more inclusive description of Documentation/filesystems (which
has already talked about more than just individual filesystems).

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Documentation/00-INDEX
Documentation/filesystems/00-INDEX
Documentation/filesystems/mandatory-locking.txt [moved from Documentation/mandatory.txt with 100% similarity]
Documentation/locks.txt

index 43e89b1537d9b251524f3b09002f02b03fc4ae15..910473cb1c1c3324c7ee4d73e92a2243ef496056 100644 (file)
@@ -145,7 +145,7 @@ fb/
 feature-removal-schedule.txt
        - list of files and features that are going to be removed.
 filesystems/
-       - directory with info on the various filesystems that Linux supports.
+       - info on the vfs and the various filesystems that Linux supports.
 firmware_class/
        - request_firmware() hotplug interface info.
 floppy.txt
@@ -240,8 +240,6 @@ m68k/
        - directory with info about Linux on Motorola 68k architecture.
 magic-number.txt
        - list of magic numbers used to mark/protect kernel data structures.
-mandatory.txt
-       - info on the Linux implementation of Sys V mandatory file locking.
 mca.txt
        - info on supporting Micro Channel Architecture (e.g. PS/2) systems.
 md.txt
index 59db1bca702787ffbf862e6ad0e9703bba02e283..e801076812a4cc44bf6291bbccffab57fbd7efa1 100644 (file)
@@ -52,6 +52,8 @@ isofs.txt
        - info and mount options for the ISO 9660 (CDROM) filesystem.
 jfs.txt
        - info and mount options for the JFS filesystem.
+mandatory-locking.txt
+       - info on the Linux implementation of Sys V mandatory file locking.
 ncpfs.txt
        - info on Novell Netware(tm) filesystem using NCP protocol.
 ntfs.txt
index e3b402ef33bd9f3da6614bf45f09e13b72b29cd1..fab857accbd63c48d5fb6a93f56398e249e00e8f 100644 (file)
@@ -53,11 +53,11 @@ fcntl(), with all the problems that implies.
 1.3 Mandatory Locking As A Mount Option
 ---------------------------------------
 
-Mandatory locking, as described in 'Documentation/mandatory.txt' was prior
-to this release a general configuration option that was valid for all
-mounted filesystems. This had a number of inherent dangers, not the least
-of which was the ability to freeze an NFS server by asking it to read a
-file for which a mandatory lock existed.
+Mandatory locking, as described in 'Documentation/filesystems/mandatory.txt'
+was prior to this release a general configuration option that was valid for
+all mounted filesystems.  This had a number of inherent dangers, not the
+least of which was the ability to freeze an NFS server by asking it to read
+file for which a mandatory lock existed.
 
 From this release of the kernel, mandatory locking can be turned on and off
 on a per-filesystem basis, using the mount options 'mand' and 'nomand'.