From: Aneesh Kumar K.V Date: Thu, 5 Jan 2012 16:42:17 +0000 (-0600) Subject: fs/9p: We should not allocate a new inode when creating hardlines. X-Git-Tag: v3.3-rc1~115^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6054793069bf08fcf220fff5fb33735d5493594;p=pandora-kernel.git fs/9p: We should not allocate a new inode when creating hardlines. Don't do new_inode_from fid in case of hardlink creation. This ensures that link count for hardlink files get updated properly. Earlier link count was not updated on removing a hardlink with cache mode enabled. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed