diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2018-12-21 09:58:16 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-12-26 05:15:08 +0000 |
commit | a1e7acc93a416fec6b87cc5601a9922759156771 (patch) | |
tree | 073c9f2a56086bb1661bb0002c999aadb29685ed /xlators/cluster | |
parent | c3d23b06ce6bda906bdfb9bc8909bf30016c9995 (diff) |
socket: Remove redundant in_lock in incoming message handling
A given epoll thread can handle only one incoming (POLLIN) request.
And until the socket is rearmed for listening, it is guaranteed that
there won't be any new incoming requests. As a result, the priv->in_lock
which guards the socket proto state machine seems redundant.
This patch removes priv->in_lock.
Change-Id: I26b6ddd852aba8c10385833b85ffd2e53e46cb8c
updates: bz#1467614
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'xlators/cluster')
0 files changed, 0 insertions, 0 deletions