From: nikita Date: Sun, 2 Jul 2006 21:14:30 +0000 (+0000) Subject: add comment with problem description X-Git-Tag: v1_8_0_110~486^2~1495 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a7708bd43b244dde2169654fb65bf7e80e30730c;p=fs%2Flustre-release.git add comment with problem description --- diff --git a/lustre/mdd/mdd_internal.h b/lustre/mdd/mdd_internal.h index 37c73d2..149f010 100644 --- a/lustre/mdd/mdd_internal.h +++ b/lustre/mdd/mdd_internal.h @@ -33,7 +33,7 @@ struct dt_device; struct mdd_lov_info { - struct obd_device *mdd_lov_obd; + struct obd_device *mdd_lov_obd; struct obd_uuid mdd_lov_uuid; struct lov_desc mdd_lov_desc; obd_id *mdd_lov_objids; @@ -49,7 +49,7 @@ struct mdd_device { struct md_device mdd_md_dev; struct dt_device *mdd_child; struct mdd_lov_info mdd_lov_info; - struct dt_device mdd_lov_dev; + struct dt_device mdd_lov_dev; int mdd_max_mdsize; int mdd_max_cookiesize; struct lu_fid mdd_root_fid;