Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eCryptfs: Lock lower directory inode mutex during lookup
This patch locks the lower directory inode's i_mutex before calling lookup_one_len() to find the appropriate dentry in the lower filesystem. This bug was found thanks to the warning set in commit 2f9092e. Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
- Loading branch information