• A
    rbd: remove linger unconditionally · 61c74035
    Alex Elder 提交于
    In __unregister_linger_request(), the request is being removed
    from the osd client's req_linger list only when the request
    has a non-null osd pointer.  It should be done whether or not
    the request currently has an osd.
    
    This is most likely a non-issue because I believe the request
    will always have an osd when this function is called.
    Signed-off-by: NAlex Elder <elder@inktank.com>
    Reviewed-by: NSage Weil <sage@inktank.com>
    61c74035
osd_client.c 55.5 KB