Commit 4f3b19ca authored by J. Bruce Fields's avatar J. Bruce Fields

Documentation: move mandatory locking documentation to filesystems/

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: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
parent 85c59580
...@@ -145,7 +145,7 @@ fb/ ...@@ -145,7 +145,7 @@ fb/
feature-removal-schedule.txt feature-removal-schedule.txt
- list of files and features that are going to be removed. - list of files and features that are going to be removed.
filesystems/ filesystems/
- directory with info on the various filesystems that Linux supports. - info on the vfs and the various filesystems that Linux supports.
firmware_class/ firmware_class/
- request_firmware() hotplug interface info. - request_firmware() hotplug interface info.
floppy.txt floppy.txt
...@@ -240,8 +240,6 @@ m68k/ ...@@ -240,8 +240,6 @@ m68k/
- directory with info about Linux on Motorola 68k architecture. - directory with info about Linux on Motorola 68k architecture.
magic-number.txt magic-number.txt
- list of magic numbers used to mark/protect kernel data structures. - 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 mca.txt
- info on supporting Micro Channel Architecture (e.g. PS/2) systems. - info on supporting Micro Channel Architecture (e.g. PS/2) systems.
md.txt md.txt
......
...@@ -52,6 +52,8 @@ isofs.txt ...@@ -52,6 +52,8 @@ isofs.txt
- info and mount options for the ISO 9660 (CDROM) filesystem. - info and mount options for the ISO 9660 (CDROM) filesystem.
jfs.txt jfs.txt
- info and mount options for the JFS filesystem. - info and mount options for the JFS filesystem.
mandatory-locking.txt
- info on the Linux implementation of Sys V mandatory file locking.
ncpfs.txt ncpfs.txt
- info on Novell Netware(tm) filesystem using NCP protocol. - info on Novell Netware(tm) filesystem using NCP protocol.
ntfs.txt ntfs.txt
......
...@@ -53,11 +53,11 @@ fcntl(), with all the problems that implies. ...@@ -53,11 +53,11 @@ fcntl(), with all the problems that implies.
1.3 Mandatory Locking As A Mount Option 1.3 Mandatory Locking As A Mount Option
--------------------------------------- ---------------------------------------
Mandatory locking, as described in 'Documentation/mandatory.txt' was prior Mandatory locking, as described in 'Documentation/filesystems/mandatory.txt'
to this release a general configuration option that was valid for all was prior to this release a general configuration option that was valid for
mounted filesystems. This had a number of inherent dangers, not the least all mounted filesystems. This had a number of inherent dangers, not the
of which was the ability to freeze an NFS server by asking it to read a least of which was the ability to freeze an NFS server by asking it to read
file for which a mandatory lock existed. a file for which a mandatory lock existed.
From this release of the kernel, mandatory locking can be turned on and off 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'. on a per-filesystem basis, using the mount options 'mand' and 'nomand'.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment