commit | c24f72cc7ca829bbad0532ddf315ace3ae1c359e | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Sat Feb 03 03:14:30 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Mar 14 14:37:09 2007 -0700 |
tree | f52e199ba3e426d0713be8d401a1c53336f47b8b | |
parent | c3442e296517aee733d62fc3fe03211598902c7d [diff] |
ocfs2: Proper cleanup in case of error in ocfs2_register_hb_callbacks() If ocfs2_register_hb_callbacks() succeeds on its first callback but fails its second, it doesn't release the first on the way out. Fix that. While we're at it, o2hb_unregister_callback() never returns anything but 0, so let's make it void. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>