aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-08-17 09:47:49 -0700
committerAlex Elder <elder@inktank.com>2012-10-01 14:30:49 -0500
commit290e33593d76d1cebf873da50e036559c4820af9 (patch)
treee277993f8ce1d8dcc0b368662e71435d71d6654e /net
parentceph: let path portion of mount "device" be optional (diff)
downloadlinux-dev-290e33593d76d1cebf873da50e036559c4820af9.tar.xz
linux-dev-290e33593d76d1cebf873da50e036559c4820af9.zip
libceph: remove unused monc->have_fsid
This is unused; use monc->client->have_fsid. Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'net')
-rw-r--r--net/ceph/mon_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ceph/mon_client.c b/net/ceph/mon_client.c
index 900ea0f043fc..e98f6070b5ae 100644
--- a/net/ceph/mon_client.c
+++ b/net/ceph/mon_client.c
@@ -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;
}