linux/net/9p
Latchesar Ionkov 1d6b560238 net/9p: set error to EREMOTEIO if trans->write returns zero
If trans->write returns 0, p9_write_work goes through the error path, but
sets the error code to zero.

This patch sets the error code to EREMOTEIO if trans->write returns zero
value.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
2007-07-14 15:14:01 -05:00
..
Kconfig 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
Makefile net/9p: change net/9p module name to 9pnet 2007-07-14 15:13:50 -05:00
client.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
conv.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
error.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
fcprint.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
mod.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
mux.c net/9p: set error to EREMOTEIO if trans->write returns zero 2007-07-14 15:14:01 -05:00
sysctl.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
trans_fd.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
util.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00