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

Branch b1_6

b=17786

i=adilger, huanghua

Initialize the request.
parent f8518f8d
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry, struct n ...@@ -150,7 +150,7 @@ static LL_FOLLOW_LINK_RETURN_TYPE ll_follow_link(struct dentry *dentry, struct n
#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