commit | 83a7f86e39ff5d60ba2ea2e24879e136d8e9a114 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Sun May 13 23:10:07 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 18:12:51 2018 -0700 |
tree | b094011def1859ac79a08173e6e9e8a7fade7a38 | |
parent | 87444b8c267a5c607931eb5b5e65611f4972672b [diff] |
xfs: separate secondary sb update in growfs This happens after all the transactions to update the superblock occur, and errors need to be handled slightly differently. Seperate out the code into it's own function, and clean up the error goto stack in the core growfs code as it is now much simpler. Signed-Off-By: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>