commit | 1ca39ab9d21ac93f94b9e3eb364ea9a5cf2aba06 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Mar 26 13:07:59 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Tue Dec 11 13:44:37 2012 -0500 |
tree | b29442cfe30bf48bc2de777ac438604fa3a5ddaa | |
parent | 8b99c3ccf735a2294c7842d236caa42e543e2c95 [diff] |
inotify: automatically restart syscalls 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>