repair.h (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | repair.h (739a2fe0428f24c11fe652252c2f19ef7a697209) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ | 1// SPDX-License-Identifier: GPL-2.0-or-later |
2/* 3 * Copyright (C) 2018 Oracle. All Rights Reserved. | 2/* 3 * Copyright (C) 2018 Oracle. All Rights Reserved. |
4 * Author: Darrick J. Wong <darrick.wong@oracle.com> | 4 * Author: Darrick J. Wong <djwong@kernel.org> |
5 */ 6#ifndef __XFS_SCRUB_REPAIR_H__ 7#define __XFS_SCRUB_REPAIR_H__ 8 9#include "xfs_quota_defs.h" 10 11static inline int xrep_notsupported(struct xfs_scrub *sc) 12{ --- 82 unchanged lines hidden --- | 5 */ 6#ifndef __XFS_SCRUB_REPAIR_H__ 7#define __XFS_SCRUB_REPAIR_H__ 8 9#include "xfs_quota_defs.h" 10 11static inline int xrep_notsupported(struct xfs_scrub *sc) 12{ --- 82 unchanged lines hidden --- |