[Ocfs2-devel] [PATCH 0/3] ocfs2: move hb_ctl into stack glue
Joel Becker
joel.becker at oracle.com
Fri May 30 17:36:41 PDT 2008
We have determined that ocfs2 can only leave a cluster group safely in
put_super(7). The presence of bind mounts, rbind mounts, and shared
subtrees make tracking mountpoints impossible in userspace.
To solve this, we move the ocfs2_hb_ctl call out of o2cb and into the
generic stack glue code. ocfs2_hb_ctl will always be called for all
cluster stacks. This should be compatible with old and new tools - o2cb
behavior doesn't change.
The code is also available on the 'hbctl-path' branch of my git
repository.
View:
http://oss.oracle.com/git/?p=jlbec/linux-2.6.git;a=shortlog;h=hbctl-path
Pull:
git pull git://oss.oracle.com/git/jlbec/linux-2.6.git hbctl-path
More information about the Ocfs2-devel
mailing list