commit | 2e37c6ca8d76c362e844c0cf3ebe8ba2e27940cb | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Jan 04 10:51:58 2017 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Apr 10 17:37:36 2017 +0200 |
tree | 9149a5b0d36240b6c41d614a28cc6635e2570fc5 | |
parent | 18f2e0d3a43641889ac2ba9d7508d47359eec063 [diff] |
fsnotify: Remove fsnotify_detach_group_marks() The function is already mostly contained in what fsnotify_clear_marks_by_group() does. Just update that function to not select marks when all of them should be destroyed and remove fsnotify_detach_group_marks(). Reviewed-by: Miklos Szeredi <mszeredi@redhat.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>