From: Michael Halcrow Date: Tue, 31 Oct 2006 06:07:19 +0000 (-0800) Subject: [PATCH] eCryptfs: Consolidate lower dentry_open's X-Git-Tag: v2.6.19-rc5~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff1d74f5670329ac4b5959a675f8698ba95be20;p=pandora-kernel.git [PATCH] eCryptfs: Consolidate lower dentry_open's Opens on lower dentry objects happen in several places in eCryptfs, and they all involve the same steps (dget, mntget, dentry_open). This patch consolidates the lower open events into a single function call. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed