git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c5990
)
copy_signal() cleanup: clean tty_audit_fork()
author
Veaceslav Falico
<vfalico@redhat.com>
Wed, 10 Mar 2010 23:23:04 +0000
(15:23 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:52:39 +0000
(15:52 -0800)
Remove unneeded initialization in tty_audit_fork(). It is called only via
copy_signal() and is useless after the kmem_cache_zalloc() was used.
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_audit.c
patch
|
blob
|
history
diff --cc
drivers/char/tty_audit.c
Simple merge