diff options
-rw-r--r-- | fs/xfs/xfs_mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index d5c44a6bdb5b..4e9dd4a9c69a 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c | |||
@@ -855,7 +855,7 @@ xfs_mountfs( | |||
855 | !mp->m_sb.sb_inprogress) { | 855 | !mp->m_sb.sb_inprogress) { |
856 | error = xfs_initialize_perag_data(mp, sbp->sb_agcount); | 856 | error = xfs_initialize_perag_data(mp, sbp->sb_agcount); |
857 | if (error) | 857 | if (error) |
858 | goto out_fail_wait; | 858 | goto out_log_dealloc;; |
859 | } | 859 | } |
860 | 860 | ||
861 | /* | 861 | /* |
@@ -927,7 +927,7 @@ xfs_mountfs( | |||
927 | xfs_notice(mp, "resetting quota flags"); | 927 | xfs_notice(mp, "resetting quota flags"); |
928 | error = xfs_mount_reset_sbqflags(mp); | 928 | error = xfs_mount_reset_sbqflags(mp); |
929 | if (error) | 929 | if (error) |
930 | return error; | 930 | goto out_rtunmount; |
931 | } | 931 | } |
932 | } | 932 | } |
933 | 933 | ||