From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 01:57:06 +0000 Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5 --- kernel/include/linux/sunrpc/xprtmultipath.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/include/linux/sunrpc/xprtmultipath.h b/kernel/include/linux/sunrpc/xprtmultipath.h index af1257c..c6cce3f 100644 --- a/kernel/include/linux/sunrpc/xprtmultipath.h +++ b/kernel/include/linux/sunrpc/xprtmultipath.h @@ -15,6 +15,8 @@ struct kref xps_kref; unsigned int xps_nxprts; + unsigned int xps_nactive; + atomic_long_t xps_queuelen; struct list_head xps_xprt_list; struct net * xps_net; -- Gitblit v1.6.2