From: Latchesar Ionkov Date: Wed, 28 Jun 2006 11:26:50 +0000 (-0700) Subject: [PATCH] v9fs: return the correct error when interrupted by signal X-Git-Tag: v2.6.18-rc1~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94374e7cc369b972855cebd13ba942f4eb1be1ac;p=pandora-kernel.git [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 Cc: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed