Skip to content
Commit 58db63d0 authored by Nick Piggin's avatar Nick Piggin
Browse files

fs: dcache avoid starvation in dcache multi-step operations



Long lived dcache "multi-step" operations which retry on rename seq can
be starved with a lot of rename activity. If they fail after the 1st pass,
take the rename_lock for writing to avoid further starvation.

Signed-off-by: default avatarNick Piggin <npiggin@kernel.dk>
parent b5c84bf6
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