From: Christoph Hellwig Date: Wed, 4 Feb 2009 08:33:58 +0000 (+0100) Subject: xfs: make sure to free the real-time inodes in the mount error path X-Git-Tag: v2.6.30-rc1~232^2~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93b6e434c046459cf3111c76dce46ba4abcb2b6;p=pandora-kernel.git xfs: make sure to free the real-time inodes in the mount error path When mount fails after allocating the real-time inodes we currently leak them. Add a new helper to free the real-time inodes which can be used by both the mount and unmount path. Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher --- Reading git-diff-tree failed