]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41bea2567e9fd502f764a4a0004315442a381093
treebe720b8600c0f746f4ff833aaa28e7d3dc8aece3
parent532c215efcdec0b3fb9a0e0b305735724c7a29df
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