From: Aneesh Kumar K.V Date: Wed, 6 Jul 2011 11:02:31 +0000 (+0530) Subject: fs/9p: Always ask new inode in create X-Git-Tag: v3.1-rc1~272^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed80fcfac2565fa866d93ba14f0e75de17a8223e;p=pandora-kernel.git 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 Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed