Commit 6d97e2345a03bcf15471fc7e93560fc71e0c11d8

Authored by Adrian Bunk
Committed by Linus Torvalds
1 parent c9f66169f1

ipc/sem.c: make free_un() static

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -504,7 +504,7 @@
504 504 return semzcnt;
505 505 }
506 506  
507   -void free_un(struct rcu_head *head)
  507 +static void free_un(struct rcu_head *head)
508 508 {
509 509 struct sem_undo *un = container_of(head, struct sem_undo, rcu);
510 510 kfree(un);