Revision ed1cde68365c1251b920900c51e73675ff38dc66 authored by Al Viro on 20 September 2010, 14:13:25 UTC, committed by Linus Torvalds on 20 September 2010, 17:44:38 UTC
We need to make sure that only the first do_signal() to be handled on
the way out syscall will bother with syscall restarts; additionally, the
check on the "signal has user handler" path had been wrong - compare
with restart prevention in sigreturn()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 44c7aff
History
File Mode Size
Kconfig -rw-r--r-- 511 bytes
Makefile -rw-r--r-- 260 bytes
bfind.c -rw-r--r-- 4.4 KB
bitmap.c -rw-r--r-- 4.8 KB
bnode.c -rw-r--r-- 15.1 KB
brec.c -rw-r--r-- 12.8 KB
btree.c -rw-r--r-- 7.8 KB
catalog.c -rw-r--r-- 10.5 KB
dir.c -rw-r--r-- 12.0 KB
extents.c -rw-r--r-- 13.8 KB
hfsplus_fs.h -rw-r--r-- 12.4 KB
hfsplus_raw.h -rw-r--r-- 7.3 KB
inode.c -rw-r--r-- 16.9 KB
ioctl.c -rw-r--r-- 5.1 KB
options.c -rw-r--r-- 4.4 KB
part_tbl.c -rw-r--r-- 3.6 KB
super.c -rw-r--r-- 15.5 KB
tables.c -rw-r--r-- 119.1 KB
unicode.c -rw-r--r-- 8.9 KB
wrapper.c -rw-r--r-- 4.9 KB

back to top