commit | 957f7b472c6b6de4214bf5144b811ab83a9b9465 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Wed Jul 22 15:58:42 2020 +0300 |
committer | Jan Kara <jack@suse.cz> | Mon Jul 27 23:16:16 2020 +0200 |
tree | 8800b6b381d4da5603e6989c03948128ebf10483 | |
parent | 40a100d3adc1ad7f0a34875468c499fcecd20ba4 [diff] |
inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask FS_EVENT_ON_CHILD has currently no meaning for non-dir inode marks. In the following patches we want to use that bit to mean that mark's notification group cares about parent and name information. So stop setting FS_EVENT_ON_CHILD for non-dir marks. Link: https://lore.kernel.org/r/20200722125849.17418-3-amir73il@gmail.com Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>