Skip to content
Commit d6e3b27c authored by Peilin Ye's avatar Peilin Ye Committed by Jakub Kicinski
Browse files

af_unix: Refactor unix_read_skb()



Similar to udp_read_skb(), delete the unnecessary while loop in
unix_read_skb() for readability.  Since recv_actor() cannot return a
value greater than skb->len (see sk_psock_verdict_recv()), remove the
redundant check.

Suggested-by: default avatarCong Wang <cong.wang@bytedance.com>
Signed-off-by: default avatarPeilin Ye <peilin.ye@bytedance.com>
Link: https://lore.kernel.org/r/7009141683ad6cd3785daced3e4a80ba0eb773b5.1663909008.git.peilin.ye@bytedance.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 31f1fbcb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment