-
由 Chuck Lever 提交于
I noticed CPU pipeline stalls while using perf. Once an svc thread is scheduled and executing an RPC, no other processes will touch svc_rqst::rq_flags. Thus bus-locked atomics are not needed outside the svc thread scheduler. Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
28df0988