"spec/compiler/git@openbeagle.org:jkridner/crystal.git" did not exist on "e814418f89a1df736979fc71a7416d921408a6e5"
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:
Nick Piggin <npiggin@kernel.dk>
Please register or sign in to comment