![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright (C) 2021, Oracle. All rights reserved. 0004 */ 0005 0006 #ifndef _NET_SUNRPC_FAIL_H_ 0007 #define _NET_SUNRPC_FAIL_H_ 0008 0009 #include <linux/fault-inject.h> 0010 0011 #if IS_ENABLED(CONFIG_FAULT_INJECTION) 0012 0013 struct fail_sunrpc_attr { 0014 struct fault_attr attr; 0015 0016 bool ignore_client_disconnect; 0017 bool ignore_server_disconnect; 0018 bool ignore_cache_wait; 0019 }; 0020 0021 extern struct fail_sunrpc_attr fail_sunrpc; 0022 0023 #endif /* CONFIG_FAULT_INJECTION */ 0024 0025 #endif /* _NET_SUNRPC_FAIL_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |