Skip to content
Commit cc18ec3c authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Tyler Hicks
Browse files

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: default avatarMatthew Wilcox <willy@linux.intel.com>
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
parent 0df5ed65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment