Files
linux-stable-mirror/net/ipv6
Eric W. Biederman 5007392d85 net: FIX ipv6_forward sysctl restart
Just returning -ERESTARTSYS without a signal pending is not
good that will just leak it to userspace.  We need return
-ERESTARTNOINTR so we always restart and set signal pending
so that we fall of the fast path of syscall return and setup
the system call restart.

So use restart_syscall() which does all of this for us.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-18 22:15:58 -07:00
..
2009-01-31 00:51:49 -08:00
2009-04-14 02:21:41 -07:00
2009-04-27 02:45:02 -07:00
2009-04-27 02:45:02 -07:00
2009-04-27 05:44:45 -07:00