After revert 236bfbf16b33b ("Revert "fs/fuse kio: introduce a new rpc affinity mode"")
there is no more RPC_AFFINITY_FAIR_SPREAD and thus fallthrough to RPC_AFFINITY_RETENT like it was prior to 3f286d2b5f406 ("fs/fuse/kio: tidy up RPC_AFFINITY_RSS") Fixes: 3f286d2b5f406 ("fs/fuse/kio: tidy up RPC_AFFINITY_RSS") https://virtuozzo.atlassian.net/browse/VSTOR-109481 Signed-off-by: Konstantin Khorenko <khore...@virtuozzo.com> Feature: vStorage --- fs/fuse/kio/pcs/pcs_rpc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fs/fuse/kio/pcs/pcs_rpc.c b/fs/fuse/kio/pcs/pcs_rpc.c index b081614c06c3..1c26d5e43aa0 100644 --- a/fs/fuse/kio/pcs/pcs_rpc.c +++ b/fs/fuse/kio/pcs/pcs_rpc.c @@ -805,11 +805,6 @@ static void pcs_rpc_affinity(struct pcs_rpc *ep, bool was_idle) ep->cpu = rx_cpu; fallthrough; } - case RPC_AFFINITY_FAIR_SPREAD: - if (ep->cpu == WORK_CPU_UNBOUND || - (time_is_before_jiffies(ep->cpu_stamp) && was_idle)) - pcs_rpc_cpu_select(ep); - break; case RPC_AFFINITY_RETENT: /* Do not set rpc affinity from a workequeue worker */ if (current->flags & PF_WQ_WORKER) -- 2.43.5 _______________________________________________ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel