diff options
author | Andrew Elble <[email protected]> | 2015-02-25 17:46:27 -0500 |
---|---|---|
committer | J. Bruce Fields <[email protected]> | 2015-02-26 15:32:24 -0500 |
commit | c876486be17aeefe0da569f3d111cbd8de6f675d (patch) | |
tree | 70e4081a62317dc5bd950ffa71ec2cf721ad4299 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | a1d1e9be5a1dafe0ddc2181a9201c2ae29c71eff (diff) |
nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd
commit 2d4a532d385f ("nfsd: ensure that clp->cl_revoked list is
protected by clp->cl_lock") removed the use of the reaplist to
clean out clp->cl_revoked. It failed to change list_entry() to
walk clp->cl_revoked.next instead of reaplist.next
Fixes: 2d4a532d385f ("nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock")
Cc: [email protected]
Reported-by: Eric Meddaugh <[email protected]>
Tested-by: Eric Meddaugh <[email protected]>
Signed-off-by: Andrew Elble <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions