xref: /linux/fs/xfs/xfs_notify_failure.h (revision 484e9aa6efaf96a7a5b5fe3216f24973166fbfe3)
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