Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41d6247f authored by Junxiao Bi's avatar Junxiao Bi Committed by Linus Torvalds
Browse files

ocfs2: fix wrong comment



O2NET_CONN_IDLE_DELAY is not defined, connection attempts will not be
canceled due to timeout.

Signed-off-by: default avatarJunxiao Bi <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 696cdf73
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -107,12 +107,12 @@ struct o2net_node {
	struct list_head		nn_status_list;
	struct list_head		nn_status_list;


	/* connects are attempted from when heartbeat comes up until either hb
	/* connects are attempted from when heartbeat comes up until either hb
	 * goes down, the node is unconfigured, no connect attempts succeed
	 * goes down, the node is unconfigured, or a connect succeeds.
	 * before O2NET_CONN_IDLE_DELAY, or a connect succeeds.  connect_work
	 * connect_work is queued from set_nn_state both from hb up and from
	 * is queued from set_nn_state both from hb up and from itself if a
	 * itself if a connect attempt fails and so can be self-arming.
	 * connect attempt fails and so can be self-arming.  shutdown is
	 * shutdown is careful to first mark the nn such that no connects will
	 * careful to first mark the nn such that no connects will be attempted
	 * be attempted before canceling delayed connect work and flushing the
	 * before canceling delayed connect work and flushing the queue. */
	 * queue. */
	struct delayed_work		nn_connect_work;
	struct delayed_work		nn_connect_work;
	unsigned long			nn_last_connect_attempt;
	unsigned long			nn_last_connect_attempt;