X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=e9150ae8dcb6f9dd0a8e56f8615779ee69eff9ba;hp=73805a415766c0040e0eaf8c8eef591439f1087f;hb=3e38436dc09097429e1ca1fbfa3ef4981e124715;hpb=93a6346f8b73f68cb5bc02a3c826ac0e5b4c236e diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 73805a4..e9150ae 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -411,8 +411,8 @@ struct client_obd { /* mgc datastruct */ struct semaphore cl_mgc_sem; - struct vfsmount *cl_mgc_vfsmnt; - struct dentry *cl_mgc_configs_dir; + struct local_oid_storage *cl_mgc_los; + struct dt_object *cl_mgc_configs_dir; cfs_atomic_t cl_mgc_refcount; struct obd_export *cl_mgc_mgsexp;