commit | cacfb956d46edc5d7a1165161bfc6ca3de9519d9 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Thu Mar 19 17:10:21 2020 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Mar 25 23:17:10 2020 +0100 |
tree | 3a53e6002e09819a82bf1475ba3f570801ac35a5 | |
parent | 01affd5471dcab04c6cb0c2acaf132a20488f86f [diff] |
fanotify: record name info for FAN_DIR_MODIFY event For FAN_DIR_MODIFY event, allocate a variable size event struct to store the dir entry name along side the directory file handle. At this point, name info reporting is not yet implemented, so trying to set FAN_DIR_MODIFY in mark mask will return -EINVAL. Link: https://lore.kernel.org/r/20200319151022.31456-14-amir73il@gmail.com Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>