]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: update path-lookup.md for parallel lookups
authorNeilBrown <neilb@suse.com>
Mon, 19 Nov 2018 00:55:46 +0000 (11:55 +1100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 20 Nov 2018 16:35:14 +0000 (09:35 -0700)
commitf32a584e7ed91992a95c2b667c6e73ddb189544f
treeaf5d10164c36667dbfc345232ad7c86151f89a1f
parent8e6324c1f10e83c834c96efb4e7189e9d802fc10
Documentation: update path-lookup.md for parallel lookups

Since this document was written, i_mutex has been replace with
i_rwsem, and shared locks are utilized to allow lookups in the one
directory to happen in parallel.

So replace i_mutex with i_rwsem, and explain how this is used for
parallel lookups.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/path-lookup.md