commit | 52c303c56c3638944b5f733e3961dc58eb8c7270 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Mon Jan 31 11:31:04 2011 -0800 |
committer | Joel Becker <jlbec@evilplan.org> | Sun Feb 20 02:36:28 2011 -0800 |
tree | d709069b626580ce7632f9377dd71950f38d5f28 | |
parent | acf3bb007e5636ef4c17505affb0974175108553 [diff] |
ocfs2: Check heartbeat mode for kernel stacks only Commit 2c442719e90a44a6982c033d69df4aae4b167cfa added some checks for proper heartbeat mode when the o2cb stack is running. Unfortunately, it didn't take into account that a userpsace stack could be running. Fix this by only doing the check if o2cb is in use. This patch allows userspace stacks to mount the fs again. Cc: stable@kernel.org Signed-off-by: Mark Fasheh <mfasheh@suse.com> Signed-off-by: Joel Becker <jlbec@evilplan.org>