Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188631
b: refs/heads/master
c: b19a29a
h: refs/heads/master
i:
  188629: bb8fd52
  188627: 9c552a8
  188623: b977ebc
v: v3
  • Loading branch information
Sage Weil committed Nov 20, 2009
1 parent 1e6ec40 commit d1d7494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 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: 03c677e1d189ff62891d9f278c55bb798a418b81
refs/heads/master: b19a29af74c09553b9fef95cdf6e9af3df65f544
21 changes: 0 additions & 21 deletions trunk/fs/ceph/mon_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,27 +278,6 @@ void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc)
mutex_unlock(&monc->mutex);
}

#if 0
/*
* mount
*/
static void __request_mount(struct ceph_mon_client *monc)
{
struct ceph_msg *msg;
struct ceph_client_mount *h;

dout("__request_mount\n");
msg = ceph_msg_new(CEPH_MSG_CLIENT_MOUNT, sizeof(*h), 0, 0, NULL);
if (IS_ERR(msg))
return;
h = msg->front.iov_base;
h->monhdr.have_version = 0;
h->monhdr.session_mon = cpu_to_le16(-1);
h->monhdr.session_mon_tid = 0;
ceph_con_send(monc->con, msg);
}
#endif

/*
*
*/
Expand Down

0 comments on commit d1d7494

Please sign in to comment.