From: Christoph Hellwig Date: Thu, 12 Feb 2009 18:55:48 +0000 (+0100) Subject: xfs: fix error handling in xfs_log_mount X-Git-Tag: v2.6.30-rc1~232^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=264307520b120593ba63c4a23c58dd5e2ec5e822;p=pandora-kernel.git xfs: fix error handling in xfs_log_mount We can't just call xfs_log_unmount_dealloc on any failure because the ail thread which is torn down by xfs_log_unmount_dealloc might not be initialized yet. Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher Reported-by: Lachlan McIlroy --- Reading git-diff-tree failed