From: Brian Foster Date: Mon, 14 Jul 2014 21:41:25 +0000 (+1000) Subject: xfs: fix a couple error sequence jumps in xfs_mountfs() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70a4fa528faf6f22adce9a9067d1f4dfc332ade;p=pandora-kernel.git xfs: fix a couple error sequence jumps in xfs_mountfs() xfs_mountfs() has a couple failure conditions that do not jump to the correct labels. Specifically: - xfs_initialize_perag_data() failure does not deallocate the log even though it occurs after log initialization - xfs_mount_reset_sbqflags() failure returns the error directly rather than jump to the error sequence Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed