On Tue, 2009-06-30 at 12:06 -0700, Randy Dunlap wrote: > Eric Paris wrote: > > On Tue, 2009-06-30 at 16:27 +0400, Alexander Beregalov wrote: > >> Hi > >> > >> kernel/audit_watch.c: In function 'audit_get_parent': > >> kernel/audit_watch.c:85: error: implicit declaration of function > >> 'fsnotify_get_mark' > > > > Should be fixed for you by: > > > > http://git.infradead.org/users/eparis/notify.git?a=commitdiff;h=aae48cb2b8719e8a374faea141373b7ce0b89bc6 > > http://git.infradead.org/users/eparis/notify.git?a=commitdiff;h=de85e5bc3690c3063aea790279e898adb5bac0ba > > > >> $ egrep "NOTIFY|AUDIT" .config > >> CONFIG_AUDIT_ARCH=y > >> CONFIG_AUDIT=y > >> # CONFIG_AUDITSYSCALL is not set > >> # CONFIG_FSNOTIFY is not set > >> CONFIG_INOTIFY=y > > > > Unrelated note, CONFIG_INOTIFY in linux-next is completely and totally > > useless..... > > Please explain. > Looks like it still controls building fs/notify/inotify/inotify.o, > based on fs/notify/inotify/Makefile. Which in turn is used by nothing. Although it is EXPORT_SYMBOL_GPL, so you could have some out of tree module that uses it, but I haven't found one.... -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html