mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 12:43:09 +09:00
In fanotify_read() return -ERESTARTSYS instead of -EINTR to
make read() restartable across signals (BSD semantic).
Signed-off-by: Eric Paris <eparis@redhat.com>