Commit 9710a78e55fe29fa2d2f1a9cbd1d399797585fd9

Authored by H Hartley Sweeten
Committed by Linus Torvalds
1 parent 03ff3efb64

fs/notify/notification.c: make subsys_initcall function static

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Arun Sharma <asharma@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

fs/notify/notification.c
... ... @@ -447,7 +447,7 @@
447 447 return event;
448 448 }
449 449  
450   -__init int fsnotify_notification_init(void)
  450 +static __init int fsnotify_notification_init(void)
451 451 {
452 452 fsnotify_event_cachep = KMEM_CACHE(fsnotify_event, SLAB_PANIC);
453 453 fsnotify_event_holder_cachep = KMEM_CACHE(fsnotify_event_holder, SLAB_PANIC);