xref: /linux/fs/xfs/xfs_notify_failure.h (revision e814f3fd16acfb7f9966773953de8f740a1e3202)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2024 Oracle.  All Rights Reserved.
4  * Author: Darrick J. Wong <djwong@kernel.org>
5  */
6 #ifndef __XFS_NOTIFY_FAILURE_H__
7 #define __XFS_NOTIFY_FAILURE_H__
8 
9 extern const struct dax_holder_operations xfs_dax_holder_operations;
10 
11 #endif /* __XFS_NOTIFY_FAILURE_H__ */
12