Skip to content
Snippets Groups Projects
Commit 409753bf authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Mark Fasheh
Browse files

ocfs2/cluster: Get rid of arguments to the timeout routines


We keep seeing bug reports related to NULL pointer derefs in
o2net_set_nn_state(). When I originally wrote up the configurable timeout
patch, I had tried to plan for multiple clusters. This was silly.

The timeout routines all use o2nm_single_cluster so there's no point in
passing an argument at all. This patch removes the arguments and kills those
bugs dead.

Signed-off-by: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
parent dda47bce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment