]> git.hungrycats.org Git - linux/commitdiff
export __inode_dir_notify so that dnotify can be called from filesystems in modules.
authorGreg Kroah-Hartman <greg@kroah.com>
Thu, 19 Sep 2002 10:37:13 +0000 (03:37 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 19 Sep 2002 10:37:13 +0000 (03:37 -0700)
kernel/ksyms.c

index 70ea14a87a8a5b2780b714f54179681e31e34c16..4dc1840a8b70ebaa986583683dc9c61b1d6aa0fe 100644 (file)
@@ -53,6 +53,7 @@
 #include <linux/root_dev.h>
 #include <linux/percpu.h>
 #include <linux/smp_lock.h>
+#include <linux/dnotify.h>
 #include <asm/checksum.h>
 
 #if defined(CONFIG_PROC_FS)
@@ -560,6 +561,7 @@ EXPORT_SYMBOL(buffer_insert_list);
 EXPORT_SYMBOL(make_bad_inode);
 EXPORT_SYMBOL(is_bad_inode);
 EXPORT_SYMBOL(event);
+EXPORT_SYMBOL(__inode_dir_notify);
 
 #ifdef CONFIG_UID16
 EXPORT_SYMBOL(overflowuid);