Home
last modified time | relevance | path

Searched hist:a70a4fa528faf6f22adce9a9067d1f4dfc332ade (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.cdiff a70a4fa528faf6f22adce9a9067d1f4dfc332ade Mon Jul 14 23:41:25 CEST 2014 Brian Foster <bfoster@redhat.com> 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 <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>