aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ceph/osd_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index 733195170490..959d332ed534 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -1044,8 +1044,8 @@ static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd)
1044 !ceph_con_opened(&osd->o_con)) { 1044 !ceph_con_opened(&osd->o_con)) {
1045 struct ceph_osd_request *req; 1045 struct ceph_osd_request *req;
1046 1046
1047 dout(" osd addr hasn't changed and connection never opened," 1047 dout("osd addr hasn't changed and connection never opened, "
1048 " letting msgr retry"); 1048 "letting msgr retry\n");
1049 /* touch each r_stamp for handle_timeout()'s benfit */ 1049 /* touch each r_stamp for handle_timeout()'s benfit */
1050 list_for_each_entry(req, &osd->o_requests, r_osd_item) 1050 list_for_each_entry(req, &osd->o_requests, r_osd_item)
1051 req->r_stamp = jiffies; 1051 req->r_stamp = jiffies;