/* SPDX-License-Identifier: GPL-2.0-or-later */ | |
/* | |
* Copyright (C) 2024 Oracle. All Rights Reserved. | |
* Author: Darrick J. Wong <[email protected]> | |
*/ | |
#ifndef __XFS_NOTIFY_FAILURE_H__ | |
#define __XFS_NOTIFY_FAILURE_H__ | |
extern const struct dax_holder_operations xfs_dax_holder_operations; | |
#endif /* __XFS_NOTIFY_FAILURE_H__ */ |