X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Fobd_class.h;h=50e9d82b863ec46cee089ee2bfc890a923de1389;hp=2df81c8773c6c639af950ce6060b53982861d99d;hb=8f683c05db2320fe40736bdd09779aa646aff13b;hpb=7a30b5ccf77a04e2ecd591c588f01983b528ab14 diff --git a/lustre/include/linux/obd_class.h b/lustre/include/linux/obd_class.h index 2df81c8..50e9d82 100644 --- a/lustre/include/linux/obd_class.h +++ b/lustre/include/linux/obd_class.h @@ -99,7 +99,9 @@ struct obd_conn { uint32_t oc_id; }; -typedef union { +typedef struct { + uint32_t len; + char * name; struct dentry *dentry; /* file system obd device names */ __u8 _uuid[16]; /* uuid obd device names */ } obd_devicename;