From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- 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