From efb8b8beec62be3caff5e37acffb593b7dce68ef Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 16 Jul 2004 00:27:46 +0000 Subject: [PATCH] b=3843 r=bzzz Initialize req before passing it to down. --- lustre/lmv/lmv_intent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lmv/lmv_intent.c b/lustre/lmv/lmv_intent.c index e012cbb..1e0e800 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -74,7 +74,7 @@ int lmv_handle_remote_inode(struct obd_export *exp, struct ll_uctxt *uctxt, if (body->valid & OBD_MD_MDS) { /* oh, MDS reports that this is remote inode case * i.e. we have to ask for real attrs on another MDS */ - struct ptlrpc_request *req; + struct ptlrpc_request *req = NULL; struct ll_fid nfid; struct lustre_handle plock; int pmode; -- 1.8.3.1