commit | cc18ec3c8f5dd735c1bff5da30fd33860c08a293 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Sat Jun 15 07:55:59 2013 -0400 |
committer | Tyler Hicks <tyhicks@canonical.com> | Tue Jul 09 23:40:28 2013 -0700 |
tree | 50fdd52cf70d0b611a24f42226cdca8467be6f10 | |
parent | 0df5ed65c14e2c36ed842fcff58118662009f1a1 [diff] |
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>