From: wangdi Date: Fri, 16 Jun 2006 03:34:02 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~1627 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a6c9c5262be41911b1d4f86c6223e434b8029a29;p=fs%2Flustre-release.git Branch: b_new_cmd oops, just forget add mdd_lov_dev to mdd_dev --- diff --git a/lustre/mdd/mdd_internal.h b/lustre/mdd/mdd_internal.h index aa39e64..bae7b00 100644 --- a/lustre/mdd/mdd_internal.h +++ b/lustre/mdd/mdd_internal.h @@ -16,6 +16,7 @@ struct llog_handle; struct mdd_device { struct md_device mdd_md_dev; struct dt_device *mdd_child; + struct dt_device mdd_lov_dev; int mdd_max_mddize; int mdd_max_cookiesize; struct file *mdd_rcvd_filp;