linux-stable/include/net/9p
Simon Derr 0bfd6845c0 9P: Get rid of REQ_STATUS_FLSH
This request state is mostly useless, and properly implementing it
for RDMA would require an extra lock to be taken in handle_recv()
and in rdma_cancel() to avoid this race:

    handle_recv()           rdma_cancel()
        .                     .
        .                   if req->state == SENT
    req->state = RCVD         .
        .                           req->state = FLSH

So just get rid of it.

Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2014-03-25 16:38:15 -05:00
..
9p.h 9p: Modify the stat structures to use kuid_t and kgid_t 2013-02-12 03:19:31 -08:00
client.h 9P: Get rid of REQ_STATUS_FLSH 2014-03-25 16:38:15 -05:00
transport.h 9P: Add cancelled() to the transport functions. 2014-03-25 16:38:11 -05:00