agheader_repair.c (50501936288d6a29d7ef78f25d00e33240fad45f) agheader_repair.c (e06ef14b9f8eb5edab8c466680818d436eefdff0)
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (C) 2018-2023 Oracle. All Rights Reserved.
4 * Author: Darrick J. Wong <djwong@kernel.org>
5 */
6#include "xfs.h"
7#include "xfs_fs.h"
8#include "xfs_shared.h"

--- 12 unchanged lines hidden (view full) ---

21#include "xfs_rmap_btree.h"
22#include "xfs_refcount_btree.h"
23#include "xfs_ag.h"
24#include "scrub/scrub.h"
25#include "scrub/common.h"
26#include "scrub/trace.h"
27#include "scrub/repair.h"
28#include "scrub/bitmap.h"
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (C) 2018-2023 Oracle. All Rights Reserved.
4 * Author: Darrick J. Wong <djwong@kernel.org>
5 */
6#include "xfs.h"
7#include "xfs_fs.h"
8#include "xfs_shared.h"

--- 12 unchanged lines hidden (view full) ---

21#include "xfs_rmap_btree.h"
22#include "xfs_refcount_btree.h"
23#include "xfs_ag.h"
24#include "scrub/scrub.h"
25#include "scrub/common.h"
26#include "scrub/trace.h"
27#include "scrub/repair.h"
28#include "scrub/bitmap.h"
29#include "scrub/reap.h"
29
30/* Superblock */
31
32/* Repair the superblock. */
33int
34xrep_superblock(
35 struct xfs_scrub *sc)
36{

--- 982 unchanged lines hidden ---
30
31/* Superblock */
32
33/* Repair the superblock. */
34int
35xrep_superblock(
36 struct xfs_scrub *sc)
37{

--- 982 unchanged lines hidden ---