From: Eric Paris Date: Mon, 26 Mar 2012 17:07:59 +0000 (-0400) Subject: inotify: automatically restart syscalls X-Git-Tag: v3.8-rc1~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca39ab9d21ac93f94b9e3eb364ea9a5cf2aba06;p=pandora-kernel.git 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 Signed-off-by: Eric Paris --- Reading git-diff-tree failed