commit | e72e6497e74811e01d72b4c1b7537b3aea3ee857 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Thu Jun 03 08:09:12 2010 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Thu Jun 03 08:22:04 2010 +0100 |
tree | d78dec67d0aaeea807e5ab32141802620ec7ae41 | |
parent | f324e4cb2cadd9a42932c8a158e761ae31b88e72 [diff] |
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 <David.Woodhouse@intel.com>