ocfs2: Remove mount/unmount votes
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 24 Sep 2007 22:56:19 +0000 (15:56 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 22:45:34 +0000 (14:45 -0800)
commit34d024f84345807bf44163fac84e921513dde323
treeaef303ae5feeb42cb8791acc1c0b8a74f0a97674
parent6f7b056ea9c6fa978c79ca626eff43549df94dbb
ocfs2: Remove mount/unmount votes

The node maps that are set/unset by these votes are no longer relevant, thus
we can remove the mount and umount votes. Since those are the last two
remaining votes, we can also remove the entire vote infrastructure.

The vote thread has been renamed to the downconvert thread, and the small
amount of functionality related to managing it has been moved into
fs/ocfs2/dlmglue.c. All references to votes have been removed or updated.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
15 files changed:
fs/ocfs2/Makefile
fs/ocfs2/cluster/tcp_internal.h
fs/ocfs2/dcache.c
fs/ocfs2/dlmglue.c
fs/ocfs2/dlmglue.h
fs/ocfs2/heartbeat.c
fs/ocfs2/inode.c
fs/ocfs2/journal.c
fs/ocfs2/namei.c
fs/ocfs2/ocfs2.h
fs/ocfs2/slot_map.c
fs/ocfs2/slot_map.h
fs/ocfs2/super.c
fs/ocfs2/vote.c [deleted file]
fs/ocfs2/vote.h [deleted file]