From: Matthew Wilcox Date: Sat, 15 Jun 2013 11:55:59 +0000 (-0400) Subject: Use ecryptfs_dentry_to_lower_path in a couple of places X-Git-Tag: v3.11-rc1~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc18ec3c8f5dd735c1bff5da30fd33860c08a293;p=pandora-kernel.git Use ecryptfs_dentry_to_lower_path in a couple of places There are two places in ecryptfs that benefit from using ecryptfs_dentry_to_lower_path() instead of separate calls to ecryptfs_dentry_to_lower() and ecryptfs_dentry_to_lower_mnt(). Both sites use fewer instructions and less stack (determined by examining objdump output). Signed-off-by: Matthew Wilcox Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed