Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 290e3359 authored by Sage Weil's avatar Sage Weil Committed by Alex Elder
Browse files

libceph: remove unused monc->have_fsid



This is unused; use monc->client->have_fsid.

Signed-off-by: default avatarSage Weil <sage@inktank.com>
parent c98f533c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ struct ceph_mon_client {
	int cur_mon;                       /* last monitor i contacted */
	unsigned long sub_sent, sub_renew_after;
	struct ceph_connection con;
	bool have_fsid;

	/* pending generic requests */
	struct rb_root generic_request_tree;
+0 −1
Original line number Diff line number Diff line
@@ -769,7 +769,6 @@ static int build_initial_monmap(struct ceph_mon_client *monc)
		monc->monmap->mon_inst[i].name.num = cpu_to_le64(i);
	}
	monc->monmap->num_mon = num_mon;
	monc->have_fsid = false;
	return 0;
}