common.h (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | common.h (739a2fe0428f24c11fe652252c2f19ef7a697209) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ | 1// SPDX-License-Identifier: GPL-2.0-or-later |
2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. | 2/* 3 * Copyright (C) 2017 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_COMMON_H__ 7#define __XFS_SCRUB_COMMON_H__ 8 9/* 10 * We /could/ terminate a scrub/repair operation early. If we're not 11 * in a good place to continue (fatal signal, etc.) then bail out. 12 * Note that we're careful not to make any judgements about *error. --- 142 unchanged lines hidden --- | 5 */ 6#ifndef __XFS_SCRUB_COMMON_H__ 7#define __XFS_SCRUB_COMMON_H__ 8 9/* 10 * We /could/ terminate a scrub/repair operation early. If we're not 11 * in a good place to continue (fatal signal, etc.) then bail out. 12 * Note that we're careful not to make any judgements about *error. --- 142 unchanged lines hidden --- |