android_kernel_xiaomi_sm7250/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
..
client.c
conv.c
error.c
fcprint.c
Kconfig
Makefile
mod.c
mux.c net/9p: set error to EREMOTEIO if trans->write returns zero 2007-07-14 15:14:01 -05:00
sysctl.c
trans_fd.c
util.c