]> Git Repo - linux.git/blob - fs/xfs/scrub/xfs_scrub.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / fs / xfs / scrub / xfs_scrub.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (C) 2017-2023 Oracle.  All Rights Reserved.
4  * Author: Darrick J. Wong <[email protected]>
5  */
6 #ifndef __XFS_SCRUB_H__
7 #define __XFS_SCRUB_H__
8
9 #ifndef CONFIG_XFS_ONLINE_SCRUB
10 # define xfs_scrub_metadata(file, sm)   (-ENOTTY)
11 #else
12 int xfs_scrub_metadata(struct file *file, struct xfs_scrub_metadata *sm);
13 #endif /* CONFIG_XFS_ONLINE_SCRUB */
14
15 #endif  /* __XFS_SCRUB_H__ */
This page took 0.030806 seconds and 4 git commands to generate.