Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ec2447c2 authored by Nicholas Piggin's avatar Nicholas Piggin
Browse files

hostfs: simplify locking


Remove dcache_lock locking from hostfs filesystem, and move it into dcache
helpers. All that is required is a coherent path name. Protection from
concurrent modification of the namespace after path name generation is not
provided in current code, because dcache_lock is dropped before the path is
used.

Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
parent b1e6a015
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment