Whamcloud - gitweb
LU-6210 mdt: Change positional struct initializers to C99
[fs/lustre-release.git] / lustre / mdt / mdt_mds.c
index 1e84321..6201431 100644 (file)
@@ -471,8 +471,13 @@ static struct lu_device *mds_device_free(const struct lu_env *env,
 LPROC_SEQ_FOPS_RO_TYPE(mds, uuid);
 
 static struct lprocfs_vars lprocfs_mds_obd_vars[] = {
-       { "uuid",       &mds_uuid_fops  },
-       { NULL }
+       {
+               .name   = "uuid",
+               .fops   = &mds_uuid_fops
+       },
+       {
+               .name   = NULL
+       }
 };
 
 static struct lu_device *mds_device_alloc(const struct lu_env *env,