mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08: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>