commit | 482ef06c5e946aae360f247dc69471ec031e09d2 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Feb 21 19:07:54 2014 +0100 |
committer | Jan Kara <jack@suse.cz> | Tue Feb 25 11:17:58 2014 +0100 |
tree | ea36241c3ff91d0ec915e6825caa2f806db938ba | |
parent | 2513190a926f093dbdc301c68e6ade0bcf293f9a [diff] |
fanotify: Handle overflow in case of permission events 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: Jan Kara <jack@suse.cz>