Whamcloud - gitweb
Replace all of the "char[37]" uses with obd_uuid_t.
[fs/lustre-release.git] / lustre / include / linux / lustre_mds.h
index d979c07..78a9004 100644 (file)
@@ -184,7 +184,7 @@ int mdc_rename(struct lustre_handle *conn,
                struct inode *src, struct inode *tgt, const char *old,
                int oldlen, const char *new, int newlen,
                struct ptlrpc_request **);
-int mdc_create_client(char *uuid, struct ptlrpc_client *cl);
+int mdc_create_client(obd_uuid_t uuid, struct ptlrpc_client *cl);
 
 extern int mds_client_add(struct mds_export_data *med, int cl_off);
 extern int mds_client_free(struct obd_export *exp);