Files
linux/include
Eric W. Biederman 690cc3ffe3 syscall: Implement a convinience function restart_syscall
Currently when we have a signal pending we have the functionality
to restart that the current system call.  There are other cases
such as nasty lock ordering issues where it makes sense to have
a simple fix that uses try lock and restarts the system call.
Buying time to figure out how to rework the locking strategy.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-18 22:15:56 -07:00
..
2008-11-14 10:39:13 +11:00
2008-10-22 22:09:59 -07:00
2008-08-31 16:00:42 +02:00
2009-05-06 12:32:26 +02:00