From ea7e9965eedec70a26265de21d4e6984e2f1a6a1 Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 24 Aug 2008 07:52:19 +0000 Subject: [PATCH] Branch b1_8_gate Quiet compiler warnings. --- lustre/mdc/mdc_reint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdc/mdc_reint.c b/lustre/mdc/mdc_reint.c index fa5f462..3f7d92f 100644 --- a/lustre/mdc/mdc_reint.c +++ b/lustre/mdc/mdc_reint.c @@ -234,7 +234,7 @@ int mdc_create(struct obd_export *exp, struct mdc_op_data *op_data, if (mdc_exp_is_2_0_server(exp)) { struct client_obd *cli = &obd->u.cli; - rc = mdc_fid_alloc(cli->cl_seq, (struct lu_fid*)&op_data->fid2); + rc = mdc_fid_alloc(cli->cl_seq, (void *)&op_data->fid2); if (rc) { CERROR("fid allocation result: %d\n", rc); RETURN(rc); -- 1.8.3.1