Skip to content
Snippets Groups Projects
Commit 8337d123 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch HEAD

b=17786

i=adilger, huanghua

Initialize the request.
parent 707916ab
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry, ...@@ -146,7 +146,7 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry,
#ifdef HAVE_VFS_INTENT_PATCHES #ifdef HAVE_VFS_INTENT_PATCHES
struct lookup_intent *it = ll_nd2it(nd); struct lookup_intent *it = ll_nd2it(nd);
#endif #endif
struct ptlrpc_request *request; struct ptlrpc_request *request = NULL;
int rc; int rc;
char *symname; char *symname;
ENTRY; ENTRY;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment