From d7d99dabb4a9b23e80326f9387acbad4d4280b04 Mon Sep 17 00:00:00 2001 From: huanghua Date: Wed, 18 Oct 2006 17:28:43 +0000 Subject: [PATCH] fix a compile error --- lustre/lmv/lmv_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 8679a63..489d009 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -2422,7 +2422,7 @@ int lmv_set_open_replay_data(struct obd_export *exp, ENTRY; - tgt_exp = lmv_get_export(lmv, och->och_fid); + tgt_exp = lmv_get_export(lmv, &och->och_fid); if (IS_ERR(tgt_exp)) RETURN(PTR_ERR(tgt_exp)); -- 1.8.3.1