diff options
Diffstat (limited to 'Documentation/filesystems/directory-locking')
-rw-r--r-- | Documentation/filesystems/directory-locking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/directory-locking b/Documentation/filesystems/directory-locking index c314badbcfc6..4e32cb961e5b 100644 --- a/Documentation/filesystems/directory-locking +++ b/Documentation/filesystems/directory-locking | |||
@@ -19,7 +19,7 @@ locks victim and calls the method. Locks are exclusive. | |||
19 | 19 | ||
20 | 4) rename() that is _not_ cross-directory. Locking rules: caller locks | 20 | 4) rename() that is _not_ cross-directory. Locking rules: caller locks |
21 | the parent and finds source and target. In case of exchange (with | 21 | the parent and finds source and target. In case of exchange (with |
22 | RENAME_EXCHANGE in rename2() flags argument) lock both. In any case, | 22 | RENAME_EXCHANGE in flags argument) lock both. In any case, |
23 | if the target already exists, lock it. If the source is a non-directory, | 23 | if the target already exists, lock it. If the source is a non-directory, |
24 | lock it. If we need to lock both, lock them in inode pointer order. | 24 | lock it. If we need to lock both, lock them in inode pointer order. |
25 | Then call the method. All locks are exclusive. | 25 | Then call the method. All locks are exclusive. |