From: Nick Piggin Date: Fri, 7 Jan 2011 06:49:48 +0000 (+1100) Subject: fs: consolidate dentry kill sequence X-Git-Tag: v2.6.38-rc1~468^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77812a1ef139d84270d27faacc0630c887411013;p=pandora-kernel.git fs: consolidate dentry kill sequence The tricky locking for disposing of a dentry is duplicated 3 times in the dcache (dput, pruning a dentry from the LRU, and pruning its ancestors). Consolidate them all into a single function dentry_kill. Signed-off-by: Nick Piggin --- Reading git-diff-tree failed