Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
djwong
/
xfsprogs-dev
/
refs/heads/random-fixes
/
.
/
repair
/
zoned.h
blob: ab76bf15b3cac070e3d1c2910ab69870e9bec41d [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2024 Christoph Hellwig.
*/
#ifndef
_XFS_REPAIR_ZONED_H_
#define
_XFS_REPAIR_ZONED_H_
void
check_zones
(
struct
xfs_mount
*
mp
);
#endif
/* _XFS_REPAIR_ZONED_H_ */