NFSv4: Support recalling delegations by stateid part 2
[deliverable/linux.git] / fs / nfs / delegation.c
index cee2ba42b68ddc719bd56ddf5cf77c9fbd387b92..93a9f4bd9bd0cd8276ccbecb76a7637d8d61fc98 100644 (file)
@@ -76,7 +76,7 @@ again:
                        continue;
                get_nfs_open_context(ctx);
                spin_unlock(&inode->i_lock);
-               err = nfs4_open_delegation_recall(ctx, state);
+               err = nfs4_open_delegation_recall(ctx, state, stateid);
                if (err >= 0)
                        err = nfs_delegation_claim_locks(ctx, state);
                put_nfs_open_context(ctx);
This page took 0.024409 seconds and 5 git commands to generate.