|
@@ -1638,7 +1638,7 @@ __destroy_client(struct nfs4_client *clp)
|
|
nfs4_put_stid(&dp->dl_stid);
|
|
nfs4_put_stid(&dp->dl_stid);
|
|
}
|
|
}
|
|
while (!list_empty(&clp->cl_revoked)) {
|
|
while (!list_empty(&clp->cl_revoked)) {
|
|
- dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru);
|
|
|
|
|
|
+ dp = list_entry(clp->cl_revoked.next, struct nfs4_delegation, dl_recall_lru);
|
|
list_del_init(&dp->dl_recall_lru);
|
|
list_del_init(&dp->dl_recall_lru);
|
|
nfs4_put_stid(&dp->dl_stid);
|
|
nfs4_put_stid(&dp->dl_stid);
|
|
}
|
|
}
|