|
@@ -16,7 +16,7 @@
|
|
#define OSD_OP_FRONT_LEN 4096
|
|
#define OSD_OP_FRONT_LEN 4096
|
|
#define OSD_OPREPLY_FRONT_LEN 512
|
|
#define OSD_OPREPLY_FRONT_LEN 512
|
|
|
|
|
|
-const static struct ceph_connection_operations osd_con_ops;
|
|
|
|
|
|
+static const struct ceph_connection_operations osd_con_ops;
|
|
static int __kick_requests(struct ceph_osd_client *osdc,
|
|
static int __kick_requests(struct ceph_osd_client *osdc,
|
|
struct ceph_osd *kickosd);
|
|
struct ceph_osd *kickosd);
|
|
|
|
|
|
@@ -1524,7 +1524,7 @@ static int invalidate_authorizer(struct ceph_connection *con)
|
|
return ceph_monc_validate_auth(&osdc->client->monc);
|
|
return ceph_monc_validate_auth(&osdc->client->monc);
|
|
}
|
|
}
|
|
|
|
|
|
-const static struct ceph_connection_operations osd_con_ops = {
|
|
|
|
|
|
+static const struct ceph_connection_operations osd_con_ops = {
|
|
.get = get_osd_con,
|
|
.get = get_osd_con,
|
|
.put = put_osd_con,
|
|
.put = put_osd_con,
|
|
.dispatch = dispatch,
|
|
.dispatch = dispatch,
|