mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
linux(4): Eliminate unnecessary head initialization.
MFC after: 2 weeks
This commit is contained in:
parent
971b53fa04
commit
6b68e8af1f
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ fetch_robust_entry(struct linux_robust_list **entry,
|
|||
void
|
||||
release_futexes(struct thread *td, struct linux_emuldata *em)
|
||||
{
|
||||
struct linux_robust_list_head *head = NULL;
|
||||
struct linux_robust_list_head *head;
|
||||
struct linux_robust_list *entry, *next_entry, *pending;
|
||||
unsigned int limit = 2048, pi, next_pi, pip;
|
||||
uint32_t *uaddr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue