commit | 160b5a784525e8a44902873f1938e1f4d77fe112 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Apr 16 08:22:00 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Apr 16 10:01:57 2019 -0700 |
tree | 5f7df442f9d137e108140020c8910deb755c19fc | |
parent | f8c2a2257ca12fb3a04830bbacc85ce860f04ba9 [diff] |
xfs: hoist the already_fixed variable to the scrub context Now that we no longer memset the scrub context, we can move the already_fixed variable into the scrub context's state flags instead of passing around pointers to separate stack variables. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>