commit | 73f507171cfa407b19f254aef95cbb058c8180cf | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Aug 16 22:19:28 2011 +0530 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Tue Sep 06 08:17:15 2011 -0500 |
tree | 18456029c1b723669232e1ed45895f9d65853927 | |
parent | f88657ce3f9713a0c62101dffb0e972a979e77b9 [diff] |
fs/9p: Always ask new inode in lookup for cache mode disabled 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>