Whamcloud - gitweb
Replace all of the "char[37]" uses with obd_uuid_t.
[fs/lustre-release.git] / lustre / obdfilter / filter.c
index 0c738c3..b5e2c82 100644 (file)
@@ -338,7 +338,7 @@ static struct dentry *filter_parent(struct obd_device *obddev, obd_mode mode)
 
 /* obd methods */
 static int filter_connect(struct lustre_handle *conn, struct obd_device *obd,
-                          char *cluuid)
+                          obd_uuid_t cluuid)
 {
         int rc;
         ENTRY;