diff --git a/[refs] b/[refs] index 9d07b607fa57..3c0ef37d9c45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d509c949a4d3f21943bd93863a2e6c2f0d0c004 +refs/heads/master: f26e681d52fcc4778d8c604ef047487ca9f3df95 diff --git a/trunk/fs/ceph/osd_client.c b/trunk/fs/ceph/osd_client.c index b81e6f97010e..97a3a57fe8cd 100644 --- a/trunk/fs/ceph/osd_client.c +++ b/trunk/fs/ceph/osd_client.c @@ -715,7 +715,7 @@ static void handle_timeout(struct work_struct *work) * should mark the osd as failed and we should find out about * it from an updated osd map. */ - while (!list_empty(&osdc->req_lru)) { + while (timeout && !list_empty(&osdc->req_lru)) { req = list_entry(osdc->req_lru.next, struct ceph_osd_request, r_req_lru_item);