Searched hist:cc18ec3c8f5dd735c1bff5da30fd33860c08a293 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ecryptfs/ |
H A D | file.c | diff 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 D | main.c | diff 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>
|