projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9f6616
)
ipc/sem.c: make free_un() static
author
Adrian Bunk
<bunk@kernel.org>
Thu, 16 Oct 2008 05:05:16 +0000
(22:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:51 +0000
(11:21 -0700)
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>
ipc/sem.c
patch
|
blob
|
history
diff --git
a/ipc/sem.c
b/ipc/sem.c
index
bf1bc36
..
0821224
100644
(file)
--- a/
ipc/sem.c
+++ b/
ipc/sem.c
@@
-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);