diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2024-12-13 20:08:46 +0900 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-12-17 12:08:28 +0100 |
commit | a700b43358ccc3c5ae857eeea37ff50ce0529b1c (patch) | |
tree | 2fe0a05a864ff6915a919fb671d80c69c2cc15ea /rust/kernel | |
parent | 3c05329a2abe312ed85a60a325b930063f61e817 (diff) |
af_unix: Split restart label in unix_dgram_sendmsg().
There are two paths jumping to the restart label in unix_dgram_sendmsg().
One requires another lookup and sk_filter(), but the other doesn't.
Let's split the label to make each flow more straightforward.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions