From: Tyler Hicks Date: Wed, 22 Apr 2009 21:27:12 +0000 (-0500) Subject: eCryptfs: Lock lower directory inode mutex during lookup X-Git-Tag: v2.6.30-rc4~55^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8e34f2b05a8289b47907b083dc01dd654ecbde;p=pandora-kernel.git 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 --- Reading git-diff-tree failed