Documentation: move locks.txt in filesystems/
This documentation (about file locking) belongs in filesystems/. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
parent
9efa68ed07
commit
98257af5a2
|
@ -230,8 +230,6 @@ local_ops.txt
|
||||||
- semantics and behavior of local atomic operations.
|
- semantics and behavior of local atomic operations.
|
||||||
lockdep-design.txt
|
lockdep-design.txt
|
||||||
- documentation on the runtime locking correctness validator.
|
- documentation on the runtime locking correctness validator.
|
||||||
locks.txt
|
|
||||||
- info on file locking implementations, flock() vs. fcntl(), etc.
|
|
||||||
logo.gif
|
logo.gif
|
||||||
- full colour GIF image of Linux logo (penguin - Tux).
|
- full colour GIF image of Linux logo (penguin - Tux).
|
||||||
logo.txt
|
logo.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.
|
||||||
|
locks.txt
|
||||||
|
- info on file locking implementations, flock() vs. fcntl(), etc.
|
||||||
mandatory-locking.txt
|
mandatory-locking.txt
|
||||||
- info on the Linux implementation of Sys V mandatory file locking.
|
- info on the Linux implementation of Sys V mandatory file locking.
|
||||||
ncpfs.txt
|
ncpfs.txt
|
||||||
|
|
Loading…
Reference in New Issue