Move source tree closer to the 2.6.32.17 mainline
/net/sunrpc/rpc_pipe.c
blob:49278f830367eec97d34e862992d6f7f16e1e899 -> blob:27a23785a50d3aea8e4e1e8aa78e8949d9c46c72
--- net/sunrpc/rpc_pipe.c
+++ net/sunrpc/rpc_pipe.c
@@ -587,6 +587,8 @@ static struct dentry *__rpc_lookup_creat
struct dentry *dentry;
dentry = __rpc_lookup_create(parent, name);
+ if (IS_ERR(dentry))
+ return dentry;
if (dentry->d_inode == NULL)
return dentry;
dput(dentry);