From 802b2e99ff4f36b230c84db6087f1546d826b63c Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 25 Nov 2008 03:12:50 +0000 Subject: [PATCH] Branch b1_8_gate b=17786 i=adilger, huanghua Initialize the request. --- lustre/llite/symlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/symlink.c b/lustre/llite/symlink.c index 7edc38e..ec6fcc4 100644 --- a/lustre/llite/symlink.c +++ b/lustre/llite/symlink.c @@ -150,7 +150,7 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry, struct n #ifdef HAVE_VFS_INTENT_PATCHES struct lookup_intent *it = ll_nd2it(nd); #endif - struct ptlrpc_request *request; + struct ptlrpc_request *request = NULL; int rc; char *symname; ENTRY; -- 1.8.3.1