diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/notify/notification.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/notify/notification.c b/fs/notify/notification.c index ee188158a224..c887b1378f7e 100644 --- a/fs/notify/notification.c +++ b/fs/notify/notification.c | |||
@@ -447,7 +447,7 @@ struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask, | |||
447 | return event; | 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 | fsnotify_event_cachep = KMEM_CACHE(fsnotify_event, SLAB_PANIC); | 452 | fsnotify_event_cachep = KMEM_CACHE(fsnotify_event, SLAB_PANIC); |
453 | fsnotify_event_holder_cachep = KMEM_CACHE(fsnotify_event_holder, SLAB_PANIC); | 453 | fsnotify_event_holder_cachep = KMEM_CACHE(fsnotify_event_holder, SLAB_PANIC); |
@@ -461,4 +461,3 @@ __init int fsnotify_notification_init(void) | |||
461 | return 0; | 461 | return 0; |
462 | } | 462 | } |
463 | subsys_initcall(fsnotify_notification_init); | 463 | subsys_initcall(fsnotify_notification_init); |
464 | |||