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' > kernel/audit_watch.c: In function 'audit_put_parent': > kernel/audit_watch.c:91: error: implicit declaration of function > 'fsnotify_put_mark' > kernel/audit_watch.c: In function 'audit_find_parent': > kernel/audit_watch.c:104: error: implicit declaration of function > 'fsnotify_find_mark_entry' > kernel/audit_watch.c:104: warning: assignment makes pointer from > integer without a cast > kernel/audit_watch.c: In function 'audit_init_parent': > kernel/audit_watch.c:161: error: implicit declaration of function > 'fsnotify_init_mark' > kernel/audit_watch.c:163: error: implicit declaration of function > 'fsnotify_add_mark' > kernel/audit_watch.c: In function 'audit_remove_parent_watches': > kernel/audit_watch.c:354: error: implicit declaration of function > 'fsnotify_destroy_mark_by_entry' > kernel/audit_watch.c: In function 'audit_watch_should_send_event': > kernel/audit_watch.c:513: warning: assignment makes pointer from > integer without a cast > kernel/audit_watch.c: In function 'audit_watch_init': > kernel/audit_watch.c:578: error: implicit declaration of function > 'fsnotify_obtain_group' > kernel/audit_watch.c:579: warning: assignment makes pointer from > integer without a cast audit now depends on FSNOTIFY. Will fix for tomorrow. (and I'll try to break audit_watches out to their own config option so you don't have to have notification. Sorry for the breakage. -Eric -- 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