From: tappro Date: Mon, 26 Jun 2006 12:19:12 +0000 (+0000) Subject: use mdt_body X-Git-Tag: v1_8_0_110~486^2~1540 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b28c591a7b9f48d29fbb23650d61a9879a64badf;p=fs%2Flustre-release.git use mdt_body --- diff --git a/lustre/llite/file.c b/lustre/llite/file.c index ee9f1bf..ee388a1 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -193,7 +193,7 @@ static void ll_och_fill(struct obd_export *md_exp, struct ll_inode_info *lli, struct lookup_intent *it, struct obd_client_handle *och) { struct ptlrpc_request *req = it->d.lustre.it_data; - struct mds_body *body; + struct mdt_body *body; LASSERT(och);