commit | ca8e34f2b05a8289b47907b083dc01dd654ecbde | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Wed Apr 22 16:27:12 2009 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Wed Apr 22 16:27:12 2009 -0500 |
tree | eeedcd559c8add0b8ebc87489f8daf78258d59a1 | |
parent | e77cc8d243f9f1e1d3f0799e23cc14e837ccc8c6 [diff] |
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 2f9092e1. Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>