]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: report error from o2hb_do_disk_heartbeat() to user
authorJan Kara <jack@suse.cz>
Wed, 10 Dec 2014 23:41:45 +0000 (15:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:03 +0000 (17:41 -0800)
commit22ef1553b8c2652051f2a0279882be4c237c7df5
tree764b95d26d3f9a0cda8e93d4fb405ad9f1d26a8e
parentdae7472f4048b04fef588846236758a608da3419
ocfs2: report error from o2hb_do_disk_heartbeat() to user

Report return value of o2hb_do_disk_heartbeat() as a part of ML_HEARTBEAT
message so that we know whether a heartbeat actually happened or not.
This also makes assigned but otherwise unused 'ret' variable used.

Coverity id: 1227053.

Signed-off-by: Jan Kara <jack@suse.cz>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/cluster/heartbeat.c