Skip to content
  • Jan Kara's avatar
    fanotify: Handle overflow in case of permission events · 482ef06c
    Jan Kara authored
    
    
    If the event queue overflows when we are handling permission event, we
    will never get response from userspace. So we must avoid waiting for it.
    Change fsnotify_add_notify_event() to return whether overflow has
    happened so that we can detect it in fanotify_handle_event() and act
    accordingly.
    
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    482ef06c