David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (c) 2018, 2019 Oracle. All rights reserved. |
| 4 | */ |
| 5 | |
| 6 | #include <linux/sunrpc/clnt.h> |
| 7 | #include <linux/sunrpc/sched.h> |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 8 | #include <linux/sunrpc/svc.h> |
| 9 | #include <linux/sunrpc/svc_xprt.h> |
| 10 | #include <linux/sunrpc/auth_gss.h> |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 11 | #include <linux/sunrpc/gss_err.h> |
| 12 | |
| 13 | #define CREATE_TRACE_POINTS |
| 14 | #include <trace/events/rpcgss.h> |