diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-10-01 06:18:55 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-10-10 02:32:45 +0400 |
commit | 98257af5a2ad0c5b502ebd07094d9fd8ce87acef (patch) | |
tree | c8ae7b8517ad2f2d6e1cad13b9f15d6b2ebb4e64 /Documentation/filesystems/00-INDEX | |
parent | 9efa68ed079af97f4e9477eadef567ffe64f7afc (diff) | |
download | linux-98257af5a2ad0c5b502ebd07094d9fd8ce87acef.tar.xz |
Documentation: move locks.txt in filesystems/
This documentation (about file locking) belongs in filesystems/.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation/filesystems/00-INDEX')
-rw-r--r-- | Documentation/filesystems/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index e801076812a4..599593a17067 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX @@ -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. +locks.txt + - info on file locking implementations, flock() vs. fcntl(), etc. mandatory-locking.txt - info on the Linux implementation of Sys V mandatory file locking. ncpfs.txt |