NFSv4: Cleanup: pass the nfs_open_context to open recovery code
[safe/jmp/linux-2.6] / fs / nfs / delegation.c
index b47c156..9f17b91 100644 (file)
@@ -74,7 +74,7 @@ again:
                        continue;
                get_nfs_open_context(ctx);
                spin_unlock(&inode->i_lock);
-               err = nfs4_open_delegation_recall(ctx->path.dentry, state);
+               err = nfs4_open_delegation_recall(ctx, state);
                if (err >= 0)
                        err = nfs_delegation_claim_locks(ctx, state);
                put_nfs_open_context(ctx);