From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- 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