diff options
author | Jeff Layton <jlayton@redhat.com> | 2013-03-18 15:49:07 +0100 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-03-18 19:58:32 +0100 |
commit | a517b608fa3d9b65930ef53ffe4a2f9800e10f7d (patch) | |
tree | 568ca9715795381044455f55ca1c09fca20585fd /Documentation/kdump | |
parent | Linux 3.9-rc3 (diff) | |
download | linux-a517b608fa3d9b65930ef53ffe4a2f9800e10f7d.tar.xz linux-a517b608fa3d9b65930ef53ffe4a2f9800e10f7d.zip |
nfsd: only unhash DRC entries that are in the hashtable
It's not safe to call hlist_del() on a newly initialized hlist_node.
That leads to a NULL pointer dereference. Only do that if the entry
is hashed.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'Documentation/kdump')
0 files changed, 0 insertions, 0 deletions