alistair23-linux/fs/9p
Latchesar Ionkov 94374e7cc3 [PATCH] v9fs: return the correct error when interrupted by signal
If a signal interrupts the user process, v9fs sends a flush request to the
file server and waits for its response.  It error code is incorrectly set
to the error code of the flush message instead of ERESTARTSYS.  The patch
sets the error code to the correct value.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-28 14:59:05 -07:00
..
9p.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
conv.c [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
conv.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
debug.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
error.c [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
error.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
fcall.c [PATCH] v9fs: Twalk memory leak 2006-05-15 11:20:56 -07:00
fcprint.c [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
fid.c [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
fid.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
Makefile [PATCH] 9p: fix name consistency problems 2006-03-25 08:22:54 -08:00
mux.c [PATCH] v9fs: return the correct error when interrupted by signal 2006-06-28 14:59:05 -07:00
mux.h [PATCH] v9fs: signal handling fixes 2006-05-15 11:20:56 -07:00
trans_fd.c [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
transport.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
v9fs.c [PATCH] 9p: fix name consistency problems 2006-03-25 08:22:54 -08:00
v9fs.h [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
v9fs_vfs.h [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
vfs_addr.c [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
vfs_dentry.c [PATCH] v9fs: update license boilerplate 2006-03-25 08:22:54 -08:00
vfs_dir.c [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
vfs_file.c [PATCH] v9fs: signal handling fixes 2006-05-15 11:20:56 -07:00
vfs_inode.c [PATCH] Remove needless checks in fs/9p/vfs_inode.c 2006-06-25 10:01:20 -07:00
vfs_super.c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ 2006-06-24 13:07:53 -04:00