Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d97e234 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

ipc/sem.c: make free_un() static

parent c9f66169
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ static int count_semzcnt (struct sem_array * sma, ushort semnum)
	return semzcnt;
}

void free_un(struct rcu_head *head)
static void free_un(struct rcu_head *head)
{
	struct sem_undo *un = container_of(head, struct sem_undo, rcu);
	kfree(un);