fsnotify: pass group to fsnotify_destroy_mark()
In fsnotify_destroy_mark() dont get the group from the passed mark anymore, but pass the group itself as an additional parameter to the function. Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de> Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:

committed by
Eric Paris

parent
986ab09807
commit
e2a29943e9
@@ -132,7 +132,7 @@ static int inotify_handle_event(struct fsnotify_group *group,
|
||||
}
|
||||
|
||||
if (inode_mark->mask & IN_ONESHOT)
|
||||
fsnotify_destroy_mark(inode_mark);
|
||||
fsnotify_destroy_mark(inode_mark, group);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user