summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_notify_failure.h
blob: 8d08ec29dd294915062dde1c6d2094bfad17f3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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__ */