inotify: automatically restart syscalls
authorEric Paris <eparis@redhat.com>
Mon, 26 Mar 2012 17:07:59 +0000 (13:07 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 11 Dec 2012 18:44:37 +0000 (13:44 -0500)
We were mistakenly returning EINTR when we found an outstanding signal.
Instead we should returen ERESTARTSYS and allow the kernel to handle
things the right way.

Patch-from: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>

No differences found