From: Tyler Hicks Date: Tue, 24 May 2011 08:49:02 +0000 (-0500) Subject: eCryptfs: Fix new inode race condition X-Git-Tag: v3.0-rc1~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b06b3ebf44170c90c893c6c80916db6e922b9f2;p=pandora-kernel.git eCryptfs: Fix new inode race condition Only unlock and d_add() new inodes after the plaintext inode size has been read from the lower filesystem. This fixes a race condition that was sometimes seen during a multi-job kernel build in an eCryptfs mount. https://bugzilla.kernel.org/show_bug.cgi?id=36002 Signed-off-by: Tyler Hicks Reported-by: David Tested-by: David --- Reading git-diff-tree failed