Whamcloud - gitweb
LU-5577 obd: change type of cl_conn_count to size_t
[fs/lustre-release.git] / lustre / include / obd.h
index 90cab2f..e8e23d4 100644 (file)
@@ -211,7 +211,7 @@ struct client_obd {
        struct rw_semaphore      cl_sem;
         struct obd_uuid          cl_target_uuid;
         struct obd_import       *cl_import; /* ptlrpc connection state */
-        int                      cl_conn_count;
+       size_t                   cl_conn_count;
        /* max_mds_easize is purely a performance thing so we don't have to
         * call obd_size_diskmd() all the time. */
        __u32                    cl_default_mds_easize;