On Thu, Mar 17, 2022 at 4:25 PM Jan Kara <jack@xxxxxxx> wrote: > > On Mon 07-03-22 17:57:37, Amir Goldstein wrote: > > 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. > > > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > > Looks good. I'm just wondering: Can we treat FS_DN_MULTISHOT in a similar way? Probably, but it is less straightforward. Need to add dn_flags to struct dnotify_struct. Thanks, Amir.