9P: Fix race in p9_write_work()
authorSimon Derr <simon.derr@bull.net>
Mon, 17 Sep 2012 13:16:30 +0000 (15:16 +0200)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 17 Sep 2012 19:54:11 +0000 (14:54 -0500)
commit584a8c13d58423462680907d4cc40d9929c9030a
tree17191b8555e06f8f62aaea1c5a76fde040980e00
parent1957b3a86f8eb5ceab32e3aae99e2822258aa530
9P: Fix race in p9_write_work()

See previous commit about p9_read_work() for details.

This fixes a similar race between p9_write_work() and p9_poll_mux()

Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_fd.c