sysctl extern cleanup: inotify
authorDave Young <hidave.darkstar@gmail.com>
Fri, 26 Feb 2010 01:28:57 +0000 (20:28 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:59:01 +0000 (09:59 -0400)
commitd14f1729483fad3a8817fbbcbd017678b7d1ad26
treeebb47471a0fff9e0bce46043d147f445584acfb0
parent6e006701ccc1590500186ef21e074bd900c5dd67
sysctl extern cleanup: inotify

Extern declarations in sysctl.c should be move to their own head file, and
then include them in relavant .c files.

Move inotify_table extern declaration to linux/inotify.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
include/linux/inotify.h
kernel/sysctl.c