Skip to content
Commit 34286d66 authored by Nick Piggin's avatar Nick Piggin
Browse files

fs: rcu-walk aware d_revalidate method



Require filesystems be aware of .d_revalidate being called in rcu-walk
mode (nd->flags & LOOKUP_RCU). For now do a simple push down, returning
-ECHILD from all implementations.

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