commit | 8dc88ac68df89851488a60b8f1582fe466f41a64 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <[email protected]> | Thu Jan 23 19:19:38 2020 +0100 |
committer | Bob Peterson <[email protected]> | Mon Feb 10 07:39:45 2020 -0600 |
tree | 659a170aaa12abf97f6638da5b352d7e184bdd9a | |
parent | badb55ec208adc4c406ed084f486deb1f9f5baa0 [diff] |
gfs2: Report errors before withdraw In gfs2_rgrp_verify and compute_bitstructs, make sure to report errors before withdrawing the filesystem: otherwise, when we withdraw first and withdraw is configured to panic, we'll never get to the error reporting. Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Bob Peterson <[email protected]>