X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fnotify%2Finode_mark.c;h=f3035691f528db31f41eb8b6db034525b6619aaa;hb=ac5f121b8f2cad52b7671f9af872f8761b0ea1d4;hp=b13c00ac48eb377086f1928d8ff0cffae3b8cc44;hpb=965c8e59cfcf845ecde2265a1d1bfee5f011d302;p=deliverable%2Flinux.git diff --git a/fs/notify/inode_mark.c b/fs/notify/inode_mark.c index b13c00ac48eb..f3035691f528 100644 --- a/fs/notify/inode_mark.c +++ b/fs/notify/inode_mark.c @@ -116,8 +116,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;