]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Fill node number during cluster stack init
authorMark Fasheh <mfasheh@suse.com>
Wed, 30 Jan 2008 00:59:56 +0000 (16:59 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:04 +0000 (08:56 -0700)
commit411bb5ba019be036cb35acb3f9c09b2182cc26b3
treec1aca3d286990be6f9043e28ad0bacaf3443ef54
parentebd981310bbef0d19c7c764f261a4a878a8b584f
ocfs2: Fill node number during cluster stack init

It doesn't make sense to query for a node number before connecting to the
cluster stack. This should be safe to do because node_num is only just
printed,
and we're actually only moving the setting of node num a small amount
further in the mount process.

[ Disconnect when node query fails -- Joel ]

Reviewed-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/dlmglue.c
fs/ocfs2/super.c