]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/xfs/xfs_fsops.c
xfs: separate secondary sb update in growfs
authorDave Chinner <dchinner@redhat.com>
Mon, 14 May 2018 06:10:07 +0000 (23:10 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 May 2018 01:12:51 +0000 (18:12 -0700)
commit83a7f86e39ff5d60ba2ea2e24879e136d8e9a114
treeb094011def1859ac79a08173e6e9e8a7fade7a38
parent87444b8c267a5c607931eb5b5e65611f4972672b
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>
fs/xfs/xfs_fsops.c