aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/osd_client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index b4157dc22199..b0dfce77656a 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -2109,7 +2109,6 @@ bad:
2109 pr_err("osdc handle_map corrupt msg\n"); 2109 pr_err("osdc handle_map corrupt msg\n");
2110 ceph_msg_dump(msg); 2110 ceph_msg_dump(msg);
2111 up_write(&osdc->map_sem); 2111 up_write(&osdc->map_sem);
2112 return;
2113} 2112}
2114 2113
2115/* 2114/*
@@ -2308,7 +2307,6 @@ done_err:
2308 2307
2309bad: 2308bad:
2310 pr_err("osdc handle_watch_notify corrupt msg\n"); 2309 pr_err("osdc handle_watch_notify corrupt msg\n");
2311 return;
2312} 2310}
2313 2311
2314/* 2312/*