From: Christoph Hellwig Date: Wed, 4 Feb 2009 08:34:20 +0000 (+0100) Subject: xfs: tiny cleanup for xfs_link X-Git-Tag: v2.6.30-rc1~232^2~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3f35bb3bf0759e00cd4f68155da9b636421f84;p=pandora-kernel.git xfs: tiny cleanup for xfs_link The source and target inodes are guaranteed to never be the same by the VFS, so no need to check for that (and we would get into bad trouble later anyway if that were the case). Also clean up the error handling to use two gotos instead of nested conditions. Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher --- Reading git-diff-tree failed