-
- Downloads
inotify: move control flags from mask to mark flags
The inotify control flags in the mark mask (e.g. FS_IN_ONE_SHOT) are not relevant to object interest mask, so move them to the mark flags. This frees up some bits in the object interest mask. Link: https://lore.kernel.org/r/20220422120327.3459282-3-amir73il@gmail.com Signed-off-by:Amir Goldstein <amir73il@gmail.com> Signed-off-by:
Jan Kara <jack@suse.cz>
Showing
- fs/notify/fsnotify.c 2 additions, 2 deletionsfs/notify/fsnotify.c
- fs/notify/inotify/inotify.h 9 additions, 2 deletionsfs/notify/inotify/inotify.h
- fs/notify/inotify/inotify_fsnotify.c 1 addition, 1 deletionfs/notify/inotify/inotify_fsnotify.c
- fs/notify/inotify/inotify_user.c 24 additions, 14 deletionsfs/notify/inotify/inotify_user.c
- include/linux/fsnotify_backend.h 9 additions, 7 deletionsinclude/linux/fsnotify_backend.h
Loading
Please register or sign in to comment