diff options
author | Sage Weil <sage@inktank.com> | 2012-08-17 09:47:49 -0700 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2012-10-01 14:30:49 -0500 |
commit | 290e33593d76d1cebf873da50e036559c4820af9 (patch) | |
tree | e277993f8ce1d8dcc0b368662e71435d71d6654e /include/linux/ceph | |
parent | c98f533c9497e285109a047bfb955d683f33f7e4 (diff) | |
download | linux-290e33593d76d1cebf873da50e036559c4820af9.tar.gz linux-290e33593d76d1cebf873da50e036559c4820af9.tar.bz2 linux-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 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/mon_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index 2113e3850a4e..1dc508aeb73d 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h @@ -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; |