mirror of https://github.com/torvalds/linux.git
p9_read_work() doesn't set Rworksched and doesn't do schedule_work(m->rq)
if list_empty(&m->req_list).
However, if the pipe is full, we need to read more data and this used to
work prior to commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| client.c | ||
| error.c | ||
| mod.c | ||
| protocol.c | ||
| protocol.h | ||
| trans_common.c | ||
| trans_common.h | ||
| trans_fd.c | ||
| trans_rdma.c | ||
| trans_usbg.c | ||
| trans_virtio.c | ||
| trans_xen.c | ||