Skip to content

Commit

Permalink
sm8350: fix unfinished merge
Browse files Browse the repository at this point in the history
  • Loading branch information
retrozenith committed Nov 7, 2024
1 parent 41583de commit a40e8c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/unix/garbage.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ void unix_gc(void)
__set_bit(UNIX_GC_CANDIDATE, &u->gc_flags);
__set_bit(UNIX_GC_MAYBE_CYCLE, &u->gc_flags);

if (sk->sk_state == TCP_LISTEN) {
unix_state_lock_nested(sk, U_LOCK_GC_LISTENER);
unix_state_unlock(sk);
}
}
}

Expand Down

0 comments on commit a40e8c7

Please sign in to comment.