diff options
Diffstat (limited to 'net/sunrpc/auth_gss/auth_gss.c')
-rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index a02ecc1f230d..e1a104abb782 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c | |||
@@ -501,7 +501,7 @@ gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) | |||
501 | if (!buf) | 501 | if (!buf) |
502 | goto out; | 502 | goto out; |
503 | 503 | ||
504 | clnt = RPC_I(filp->f_dentry->d_inode)->private; | 504 | clnt = RPC_I(filp->f_path.dentry->d_inode)->private; |
505 | err = -EFAULT; | 505 | err = -EFAULT; |
506 | if (copy_from_user(buf, src, mlen)) | 506 | if (copy_from_user(buf, src, mlen)) |
507 | goto err; | 507 | goto err; |