aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/directory-locking
diff options
context:
space:
mode:
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>2007-05-24 12:21:43 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-24 10:16:17 -0700
commitc2b38989cf2b0c003a9cf57efc833ab16d33901e (patch)
tree68b2f3efedd1908ecbd2cf4578491424d71240f1 /Documentation/filesystems/directory-locking
parentDon't call a warnign a bug. It's a warning. (diff)
downloadlinux-dev-c2b38989cf2b0c003a9cf57efc833ab16d33901e.tar.xz
linux-dev-c2b38989cf2b0c003a9cf57efc833ab16d33901e.zip
Documentation: Fix up docs still talking about i_sem
.. it got changed to 'i_mutex' some time ago. Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/filesystems/directory-locking')
-rw-r--r--Documentation/filesystems/directory-locking5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/filesystems/directory-locking b/Documentation/filesystems/directory-locking
index d7099a9266fb..ff7b611abf33 100644
--- a/Documentation/filesystems/directory-locking
+++ b/Documentation/filesystems/directory-locking
@@ -1,5 +1,6 @@
Locking scheme used for directory operations is based on two
-kinds of locks - per-inode (->i_sem) and per-filesystem (->s_vfs_rename_sem).
+kinds of locks - per-inode (->i_mutex) and per-filesystem
+(->s_vfs_rename_mutex).
For our purposes all operations fall in 5 classes:
@@ -63,7 +64,7 @@ objects - A < B iff A is an ancestor of B.
attempt to acquire some lock and already holds at least one lock. Let's
consider the set of contended locks. First of all, filesystem lock is
not contended, since any process blocked on it is not holding any locks.
-Thus all processes are blocked on ->i_sem.
+Thus all processes are blocked on ->i_mutex.
Non-directory objects are not contended due to (3). Thus link
creation can't be a part of deadlock - it can't be blocked on source