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-- 581 bytes
Makefile -rw-r--r-- 210 bytes
cache.c -rw-r--r-- 11.2 KB
cache.h -rw-r--r-- 4.8 KB
fid.c -rw-r--r-- 6.1 KB
fid.h -rw-r--r-- 1.7 KB
v9fs.c -rw-r--r-- 10.8 KB
v9fs.h -rw-r--r-- 4.5 KB
v9fs_vfs.h -rw-r--r-- 2.7 KB
vfs_addr.c -rw-r--r-- 3.8 KB
vfs_dentry.c -rw-r--r-- 2.8 KB
vfs_dir.c -rw-r--r-- 6.9 KB
vfs_file.c -rw-r--r-- 7.3 KB
vfs_inode.c -rw-r--r-- 45.7 KB
vfs_super.c -rw-r--r-- 6.8 KB
xattr.c -rw-r--r-- 4.0 KB
xattr.h -rw-r--r-- 952 bytes
xattr_user.c -rw-r--r-- 2.0 KB

back to top