mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 13:23:14 +00:00
The dentry cache life cycles are far too crazy to rely on d_fsdata being kept in sync with the rest of the dentry fields. Callers can do all sorts of crazy things with dentries. Only unlink and rename need these fields and those operations are already so expensive that item lookups to get the current actual hash and pos are lost in the noise. Signed-off-by: Zach Brown <zab@versity.com>