Merge tag 'v3.5-rc1'
[firefly-linux-kernel-4.4.55.git] / include / linux / ceph / libceph.h
index e71d683982a6f651a83a22fd7ef12bf7af6f655f..98ec36ae8a3b1a3e678e79977df064aaf4cafc88 100644 (file)
@@ -132,7 +132,7 @@ struct ceph_client {
        u32 supported_features;
        u32 required_features;
 
-       struct ceph_messenger *msgr;   /* messenger instance */
+       struct ceph_messenger msgr;   /* messenger instance */
        struct ceph_mon_client monc;
        struct ceph_osd_client osdc;