Add kernel/notifier.c
authorAlexey Dobriyan <adobriyan@sw.ru>
Fri, 19 Oct 2007 06:39:16 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:34 +0000 (11:53 -0700)
commitfe9d4f576324999ac521c931f3b3eee0c8e45544
tree8ff6ad770e15e81d00c87b945cb60326f28aee6b
parent3ed75eb8f1cd89565966599c4f77d2edb086d5b0
Add kernel/notifier.c

There is separate notifier header, but no separate notifier .c file.

Extract notifier code out of kernel/sys.c which will remain for
misc syscalls I hope. Merge kernel/die_notifier.c into kernel/notifier.c.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/notifier.h
kernel/Makefile
kernel/die_notifier.c [deleted file]
kernel/notifier.c [new file with mode: 0644]
kernel/sys.c