Home
last modified time | relevance | path

Searched hist:cc18ec3c8f5dd735c1bff5da30fd33860c08a293 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dfile.cdiff cc18ec3c8f5dd735c1bff5da30fd33860c08a293 Sat Jun 15 06:55:59 CDT 2013 Matthew Wilcox <willy@linux.intel.com> 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 <willy@linux.intel.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
H A Dmain.cdiff cc18ec3c8f5dd735c1bff5da30fd33860c08a293 Sat Jun 15 06:55:59 CDT 2013 Matthew Wilcox <willy@linux.intel.com> 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 <willy@linux.intel.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>