]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/notify/inode_mark.c
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
[mirror_ubuntu-zesty-kernel.git] / fs / notify / inode_mark.c
index 21230209c9579c2ed88a9f9cdfcf30a7dd54d6bd..f31e90fc050d1edb282be6194f91812f66eeb3fa 100644 (file)
@@ -124,8 +124,9 @@ void fsnotify_clear_inode_marks_by_group(struct fsnotify_group *group)
  * given a group and inode, find the mark associated with that combination.
  * if found take a reference to that mark and return it, else return NULL
  */
-struct fsnotify_mark *fsnotify_find_inode_mark_locked(struct fsnotify_group *group,
-                                                     struct inode *inode)
+static struct fsnotify_mark *fsnotify_find_inode_mark_locked(
+               struct fsnotify_group *group,
+               struct inode *inode)
 {
        struct fsnotify_mark *mark;
        struct hlist_node *pos;