commit | 3b06b3ebf44170c90c893c6c80916db6e922b9f2 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Tue May 24 03:49:02 2011 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Sun May 29 14:23:39 2011 -0500 |
tree | 1da70b311ad7ec7615f3d44ae269ca56a458fc2d | |
parent | 5ccf92037c7c6e6f28175fd245284923f939259f [diff] |
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 <tyhicks@linux.vnet.ibm.com> Reported-by: David <david@unsolicited.net> Tested-by: David <david@unsolicited.net>