commit | 6f7b056ea9c6fa978c79ca626eff43549df94dbb | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Sep 24 15:09:41 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jan 25 14:36:40 2008 -0800 |
tree | e8318b4f7390547ad84208c393608f7141c027d3 | |
parent | 6561168cb442be8d2769dce663870b6a28573e16 [diff] |
ocfs2: Remove fs dependency on ocfs2_heartbeat module Now that the dlm exposes domain information to us, we don't need generic node up / node down callbacks. And since the DLM is only telling us when a node goes down unexpectedly, we no longer need to optimize away node down callbacks via the umount map. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>