Loading net/sunrpc/rpc_pipe.c +2 −0 Original line number Diff line number Diff line Loading @@ -587,6 +587,8 @@ static struct dentry *__rpc_lookup_create_exclusive(struct dentry *parent, struct dentry *dentry; dentry = __rpc_lookup_create(parent, name); if (IS_ERR(dentry)) return dentry; if (dentry->d_inode == NULL) return dentry; dput(dentry); Loading Loading
net/sunrpc/rpc_pipe.c +2 −0 Original line number Diff line number Diff line Loading @@ -587,6 +587,8 @@ static struct dentry *__rpc_lookup_create_exclusive(struct dentry *parent, struct dentry *dentry; dentry = __rpc_lookup_create(parent, name); if (IS_ERR(dentry)) return dentry; if (dentry->d_inode == NULL) return dentry; dput(dentry); Loading