From: David Woodhouse Date: Thu, 3 Jun 2010 07:09:12 +0000 (+0100) Subject: jffs2: Fix NFS race by using insert_inode_locked() X-Git-Tag: v2.6.35-rc3~29^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72e6497e74811e01d72b4c1b7537b3aea3ee857;p=pandora-kernel.git jffs2: Fix NFS race by using insert_inode_locked() New inodes need to be locked as we're creating them, so they don't get used by other things (like NFSd) before they're ready. Pointed out by Al Viro. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed