]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove useless acquire semantic from the atomic_add operation before
authorKonstantin Belousov <kib@FreeBSD.org>
Tue, 28 Jul 2015 06:58:10 +0000 (06:58 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Tue, 28 Jul 2015 06:58:10 +0000 (06:58 +0000)
commitb4c0214605ab618c09926b780f3f915afe148f72
treedaf1f8a75a281ad078cb0bc75ba5b6dca61cdf65
parent90a2db45eb84337a6c77f72d1fef7d2129f5812a
Remove useless acquire semantic from the atomic_add operation before
sosend().  The only release on the xp_snt_cnt is done after sosend(),
with an intent to synchronize with load_acq in svc_vc_ack().

Reviewed by: alc
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
sys/rpc/svc_vc.c