diff options
Diffstat (limited to 'include/linux/ceph/mon_client.h')
| -rw-r--r-- | include/linux/ceph/mon_client.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index 545f85917780..2113e3850a4e 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h @@ -70,7 +70,7 @@ struct ceph_mon_client {  	bool hunting;  	int cur_mon;                       /* last monitor i contacted */  	unsigned long sub_sent, sub_renew_after; -	struct ceph_connection *con; +	struct ceph_connection con;  	bool have_fsid;  	/* pending generic requests */  | 
