From 8337d123ea6d8d85ee09b5eaddf601f0bcc069cb Mon Sep 17 00:00:00 2001
From: yangsheng <yangsheng>
Date: Tue, 25 Nov 2008 03:14:36 +0000
Subject: [PATCH] Branch HEAD 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 b6902bba82..ff1c99a685 100644
--- a/lustre/llite/symlink.c
+++ b/lustre/llite/symlink.c
@@ -146,7 +146,7 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry,
 #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;
-- 
GitLab