Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198093
b: refs/heads/master
c: 9e32789
h: refs/heads/master
i:
  198091: 2e8642b
v: v3
  • Loading branch information
Tobias Klauser authored and Sage Weil committed May 21, 2010
1 parent 055076f commit f5521a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34d23762d988b7dcb08390ac72a353df3d60193c
refs/heads/master: 9e32789f63fc5ad91c8b10f68ec23a86856d5af5
4 changes: 2 additions & 2 deletions trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
static void __wake_requests(struct ceph_mds_client *mdsc,
struct list_head *head);

const static struct ceph_connection_operations mds_con_ops;
static const struct ceph_connection_operations mds_con_ops;


/*
Expand Down Expand Up @@ -3120,7 +3120,7 @@ static int invalidate_authorizer(struct ceph_connection *con)
return ceph_monc_validate_auth(&mdsc->client->monc);
}

const static struct ceph_connection_operations mds_con_ops = {
static const struct ceph_connection_operations mds_con_ops = {
.get = con_get,
.put = con_put,
.dispatch = dispatch,
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/ceph/mon_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* resend any outstanding requests.
*/

const static struct ceph_connection_operations mon_con_ops;
static const struct ceph_connection_operations mon_con_ops;

static int __validate_auth(struct ceph_mon_client *monc);

Expand Down Expand Up @@ -861,7 +861,7 @@ static void mon_fault(struct ceph_connection *con)
mutex_unlock(&monc->mutex);
}

const static struct ceph_connection_operations mon_con_ops = {
static const struct ceph_connection_operations mon_con_ops = {
.get = ceph_con_get,
.put = ceph_con_put,
.dispatch = dispatch,
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define OSD_OP_FRONT_LEN 4096
#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,
struct ceph_osd *kickosd);

Expand Down Expand Up @@ -1524,7 +1524,7 @@ static int invalidate_authorizer(struct ceph_connection *con)
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,
.put = put_osd_con,
.dispatch = dispatch,
Expand Down

0 comments on commit f5521a1

Please sign in to comment.