commit | d9a6f30bb89309a7f2473028a00b83b020049cb4 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Fri Apr 20 16:10:51 2018 -0700 |
committer | Jan Kara <jack@suse.cz> | Fri May 18 14:58:22 2018 +0200 |
tree | 0ea2cfa88eec367ab6c45cb592fb51014d81176b | |
parent | 5b0457ad021f3f7e3d9f4b84e7c3080748f383f8 [diff] |
fsnotify: introduce marks iteration helpers Introduce helpers fsnotify_iter_select_report_types() and fsnotify_iter_next() to abstract the inode/vfsmount marks merged list iteration. This is a preparation patch before generalizing mark list iteration to more mark object types (i.e. super block marks). Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>