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