• D
    afs: Fix CB.CallBack handling · 428edade
    David Howells 提交于
    The handling of CB.CallBack messages sent by the fileserver to the client
    is broken in that they are currently being processed after the reply has
    been transmitted.
    
    This is not what the fileserver expects, however.  It holds up change
    visibility until the reply comes so as to maintain cache coherency, and so
    expects the client to have to refetch the state on the affected files.
    
    Fix CB.CallBack handling to perform the callback break before sending the
    reply.
    
    The fileserver is free to hold up status fetches issued by other threads on
    the same client that occur in reponse to the callback until any pending
    changes have been committed.
    
    Fixes: d001648e ("rxrpc: Don't expose skbs to in-kernel users [ver #2]")
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    428edade
cmservice.c 13.6 KB