Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make fanotify_read() restartable across signals
In fanotify_read() return -ERESTARTSYS instead of -EINTR to make read() restartable across signals (BSD semantic). Signed-off-by: Eric Paris <eparis@redhat.com>
- Loading branch information