1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2021, Oracle. All rights reserved.
6 #ifndef _NET_SUNRPC_FAIL_H_
7 #define _NET_SUNRPC_FAIL_H_
9 #include <linux/fault-inject.h>
11 #if IS_ENABLED(CONFIG_FAULT_INJECTION)
13 struct fail_sunrpc_attr {
14 struct fault_attr attr;
16 bool ignore_client_disconnect;
18 bool ignore_server_disconnect;
21 extern struct fail_sunrpc_attr fail_sunrpc;
23 #endif /* CONFIG_FAULT_INJECTION */
25 #endif /* _NET_SUNRPC_FAIL_H_ */