From: yangsheng Date: Tue, 25 Nov 2008 03:14:36 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_120~78 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=8337d123ea6d8d85ee09b5eaddf601f0bcc069cb Branch HEAD b=17786 i=adilger, huanghua Initialize the request. --- diff --git a/lustre/llite/symlink.c b/lustre/llite/symlink.c index b6902bb..ff1c99a 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;