]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/unlink.c
vfs: Move mark_inode_dirty() from under page lock in generic_write_end()
[linux-2.6-omap-h63xx.git] / fs / nfs / unlink.c
index 757415363422da022f2c7197779233d93b86e653..3adf8b266461fbf3562d7876ed57f50de2f974df 100644 (file)
@@ -234,7 +234,7 @@ nfs_async_unlink(struct inode *dir, struct dentry *dentry)
        if (data == NULL)
                goto out;
 
-       data->cred = rpcauth_lookupcred(NFS_CLIENT(dir)->cl_auth, 0);
+       data->cred = rpc_lookup_cred();
        if (IS_ERR(data->cred)) {
                status = PTR_ERR(data->cred);
                goto out_free;