mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
329 B
C
12 lines
329 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
/*
|
||
|
* Copyright (C) 2024 Oracle. All Rights Reserved.
|
||
|
* Author: Darrick J. Wong <djwong@kernel.org>
|
||
|
*/
|
||
|
#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__ */
|