libceph: keep request lists in tid order
authorAlex Elder <elder@inktank.com>
Mon, 25 Mar 2013 23:16:11 +0000 (18:16 -0500)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:17:19 +0000 (21:17 -0700)
commitad885927dee2e72fbfab624c7599cb9d9352cc04
treeba97df9b6f8eef6a669bd811c9b8f2776e02951d
parente02493c07c4cb08106d0b3a4b5003c7c005010fb
libceph: keep request lists in tid order

In __map_request(), when adding a request to an osd client's unsent
list, add it to the tail rather than the head.  That way the newest
entries (with the highest tid value) will be last.

Maintain an osd's request list in order of increasing tid also.

Finally--to be consistent--maintain an osd client's "notarget" list
in that order as well.

This partially resolves:
    http://tracker.ceph.com/issues/4392

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-off-by: Sage Weil <sage@inktank.com>
net/ceph/osd_client.c
This page took 0.027222 seconds and 5 git commands to generate.