diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 5cd7ad1225a3..0b74c61db7b4 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -1313,6 +1313,8 @@ rpc_gssd_dummy_populate(struct dentry *root, struct rpc_pipe *pipe_data) | |||
1313 | } | 1313 | } |
1314 | 1314 | ||
1315 | pipe_dentry = rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data); | 1315 | pipe_dentry = rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data); |
1316 | if (IS_ERR(pipe_dentry)) | ||
1317 | __rpc_depopulate(gssd_dentry, gssd_dummy_clnt_dir, 0, 1); | ||
1316 | out: | 1318 | out: |
1317 | dput(clnt_dentry); | 1319 | dput(clnt_dentry); |
1318 | dput(gssd_dentry); | 1320 | dput(gssd_dentry); |