]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/notify/notification.c
Merge remote-tracking branch 'fsnotify/for-next'
[karo-tx-linux.git] / fs / notify / notification.c
index e579ca542367b9f9f185a892617873a79be8aa83..b3963d8c998846207eb8a0c48590c14d566630f4 100644 (file)
@@ -448,7 +448,7 @@ struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask,
        return event;
 }
 
-__init int fsnotify_notification_init(void)
+static __init int fsnotify_notification_init(void)
 {
        fsnotify_event_cachep = KMEM_CACHE(fsnotify_event, SLAB_PANIC);
        fsnotify_event_holder_cachep = KMEM_CACHE(fsnotify_event_holder, SLAB_PANIC);
@@ -462,4 +462,3 @@ __init int fsnotify_notification_init(void)
        return 0;
 }
 subsys_initcall(fsnotify_notification_init);
-