Skip to content
  • Eric Paris's avatar
    fsnotify: per group notification queue merge types · 74766bbf
    Eric Paris authored
    
    
    inotify only wishes to merge a new event with the last event on the
    notification fifo.  fanotify is willing to merge any events including by
    means of bitwise OR masks of multiple events together.  This patch moves
    the inotify event merging logic out of the generic fsnotify notification.c
    and into the inotify code.  This allows each use of fsnotify to provide
    their own merge functionality.
    
    Signed-off-by: default avatarEric Paris <eparis@redhat.com>
    74766bbf