Whamcloud - gitweb
use mdt_body
authortappro <tappro>
Mon, 26 Jun 2006 12:19:12 +0000 (12:19 +0000)
committertappro <tappro>
Mon, 26 Jun 2006 12:19:12 +0000 (12:19 +0000)
lustre/llite/file.c

index ee9f1bf..ee388a1 100644 (file)
@@ -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);