commit | 2844154ed9e4f59ea8062834c3c346fa32d880bd | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Apr 20 08:18:34 2023 +1000 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue May 09 09:30:31 2023 -0700 |
tree | 052fe92a2e72b2093e3a53d3ff2869beab246962 | |
parent | bcd1c520604754fd42fa7622d195509a4559d318 [diff] |
xfs: fix duplicate includes Header files were already included, just not in the normal order. Remove the duplicates, preserving normal order. Also move xfs_ag.h include to before the scrub internal includes which are normally last in the include list. Fixes: d5c88131dbf0 ("xfs: allow queued AG intents to drain before scrubbing") Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Dave Chinner <david@fromorbit.com>