Fix RSS build (broken in r331309).
Sponsored by: Chelsio Communications
This commit is contained in:
parent
f3524ec8ed
commit
b9a9e8e9bd
@ -1820,9 +1820,9 @@ in_pcblookup_group(struct inpcbinfo *pcbinfo, struct inpcbgroup *pcbgroup,
|
||||
|
||||
found:
|
||||
if (lookupflags & INPLOOKUP_WLOCKPCB)
|
||||
locked = TRY_INP_WLOCK(inp);
|
||||
locked = INP_TRY_WLOCK(inp);
|
||||
else if (lookupflags & INPLOOKUP_RLOCKPCB)
|
||||
locked = TRY_INP_RLOCK(inp);
|
||||
locked = INP_TRY_RLOCK(inp);
|
||||
else
|
||||
panic("%s: locking bug", __func__);
|
||||
if (!locked)
|
||||
|
Loading…
x
Reference in New Issue
Block a user