diff options
Diffstat (limited to 'fs/nfs/unlink.c')
| -rw-r--r-- | fs/nfs/unlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c index 757415363422..3adf8b266461 100644 --- a/fs/nfs/unlink.c +++ b/fs/nfs/unlink.c | |||
| @@ -234,7 +234,7 @@ nfs_async_unlink(struct inode *dir, struct dentry *dentry) | |||
| 234 | if (data == NULL) | 234 | if (data == NULL) |
| 235 | goto out; | 235 | goto out; |
| 236 | 236 | ||
| 237 | data->cred = rpcauth_lookupcred(NFS_CLIENT(dir)->cl_auth, 0); | 237 | data->cred = rpc_lookup_cred(); |
| 238 | if (IS_ERR(data->cred)) { | 238 | if (IS_ERR(data->cred)) { |
| 239 | status = PTR_ERR(data->cred); | 239 | status = PTR_ERR(data->cred); |
| 240 | goto out_free; | 240 | goto out_free; |
