From: Jeff Mahoney Date: Fri, 28 Mar 2008 23:44:13 +0000 (-0700) Subject: ocfs2/cluster: Get rid of arguments to the timeout routines X-Git-Tag: v2.6.26-rc1~1143^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409753bf6da4a2db038027471abaf324e063db2f;p=pandora-kernel.git 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: Jeff Mahoney Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed