commit | 926fa0b4b9cd6537f4750642165647aa20cfeae4 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Jul 06 16:32:31 2011 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Oct 03 11:40:18 2011 -0700 |
tree | 3e63b8e8a175df1ec1a79009037fde4debe2b9c7 | |
parent | 6170eea647404a2e5726ae81cc8ccc45db89812d [diff] |
fs/9p: Always ask new inode in create commit ed80fcfac2565fa866d93ba14f0e75de17a8223e upstream. This make sure we don't end up reusing the unlinked inode object. The ideal way is to use inode i_generation. But i_generation is not available in userspace always. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>