• E
    fsnotify: ignored_mask - excluding notification · 33af5e32
    Eric Paris 提交于
    The ignored_mask is a new mask which is part of fsnotify marks.  A group's
    should_send_event() function can use the ignored mask to determine that
    certain events are not of interest.  In particular if a group registers a
    mask including FS_OPEN on a vfsmount they could add FS_OPEN to the
    ignored_mask for individual inodes and not send open events for those
    inodes.
    Signed-off-by: NEric Paris <eparis@redhat.com>
    33af5e32
mark.c 9.5 KB