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)
commit1428cc0e0c36de4f32b3de38ae497394dca6972b
treeaf5d10164c36667dbfc345232ad7c86151f89a1f
parent806654a9667c6f60a65f1a4a4406082b5de51233
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