commit | ed80fcfac2565fa866d93ba14f0e75de17a8223e | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Jul 06 16:32:31 2011 +0530 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Sat Jul 23 09:32:50 2011 -0500 |
tree | 504a4efb5377bc5d8e9ff3a8eb45bb2b00303b93 | |
parent | 4d63055fa9657aa402da25575045c23f37c3da05 [diff] |
fs/9p: Always ask new inode in create 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>