Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295149
b: refs/heads/master
c: 9710a78
h: refs/heads/master
i:
  295147: ad96cf2
v: v3
  • Loading branch information
H Hartley Sweeten authored and Linus Torvalds committed Mar 23, 2012
1 parent 0ef690e commit eb9d4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03ff3efb64c8a64cb8cdf35e36bead5c78eb3024
refs/heads/master: 9710a78e55fe29fa2d2f1a9cbd1d399797585fd9
3 changes: 1 addition & 2 deletions trunk/fs/notify/notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,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);
Expand All @@ -461,4 +461,3 @@ __init int fsnotify_notification_init(void)
return 0;
}
subsys_initcall(fsnotify_notification_init);

0 comments on commit eb9d4b8

Please sign in to comment.