From: Nick Piggin Date: Fri, 7 Jan 2011 06:49:23 +0000 (+1100) Subject: fs: change d_delete semantics X-Git-Tag: v2.6.38-rc1~468^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe15ce446beb3a33583af81ffe6c9d01a75314ed;p=pandora-kernel.git 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 --- Reading git-diff-tree failed