• David Howells's avatar
    rxrpc: Split out the call state changing functions into their own file · 0b9bb322
    David Howells authored
    Split out the functions that change the state of an rxrpc call into their
    own file.  The idea being to remove anything to do with changing the state
    of a call directly from the rxrpc sendmsg() and recvmsg() paths and have
    all that done in the I/O thread only, with the ultimate aim of removing the
    state lock entirely.  Moving the code out of sendmsg.c and recvmsg.c makes
    that easier to manage.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    cc: Marc Dionne <marc.dionne@auristor.com>
    cc: linux-afs@lists.infradead.org
    0b9bb322
recvmsg.c 14.6 KB