From b28c591a7b9f48d29fbb23650d61a9879a64badf Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 26 Jun 2006 12:19:12 +0000 Subject: [PATCH] use mdt_body --- lustre/llite/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1