1
0
Files
linux/Documentation/filesystems
Nick Piggin fe15ce446b fs: change d_delete semantics
Change d_delete from a dentry deletion notification to a dentry caching
advise, more like ->drop_inode. Require it to be constant and idempotent,
and not take d_lock. This is how all existing filesystems use the callback
anyway.

This makes fine grained dentry locking of dput and dentry lru scanning
much simpler.

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
2011-01-07 17:50:18 +11:00
..
2010-10-26 13:57:10 -04:00
2010-10-05 09:08:21 -07:00
2010-03-29 14:28:52 +01:00
2010-05-10 11:56:30 +02:00
2010-07-23 10:02:12 +09:00
2011-01-07 17:50:18 +11:00
2011-01-07 17:50:18 +11:00