commit | 87444b8c267a5c607931eb5b5e65611f4972672b | [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 | 15284674c5e4ebdb09c48668acf005f32efbcd74 | |
parent | 532ff647d8303049e3913bf21e467b3bcc7f0bce [diff] |
xfs: make imaxpct changes in growfs separate When growfs changes the imaxpct value of the filesystem, it runs through all the "change size" growfs code, whether it needs to or not. Separate out changing imaxpct into it's own function and transaction to simplify the rest of the growfs code. 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>