fsnotify: generalize send_to_group()
authorAmir Goldstein <amir73il@gmail.com>
Fri, 20 Apr 2018 23:10:53 +0000 (16:10 -0700)
committerJan Kara <jack@suse.cz>
Fri, 18 May 2018 12:58:22 +0000 (14:58 +0200)
commit3dca1a7494e32a3186bd907963e387bf875ee54e
treebe720b8600c0f746f4ff833aaa28e7d3dc8aece3
parent47d9c7cc457adc5d6d8ca966482a51459f81e852
fsnotify: generalize send_to_group()

Use fsnotify_foreach_obj_type macros to generalize the code that filters
events by marks mask and ignored_mask.

This is going to be used for adding mark of super block object type.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/fsnotify.c