]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ocfs2/dlmglue.c
ocfs2: clean up some osb fields
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 4 May 2006 19:03:26 +0000 (12:03 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Thu, 29 Jun 2006 23:10:13 +0000 (16:10 -0700)
commit784270435b001164054e803421a624ef1098519d
treef26fec7ca476439f770fd24e5c7ec11039302b37
parenta75a6e4c3ada10b15e26f6d12f72c03efde266e0
ocfs2: clean up some osb fields

Get rid of osb->uuid, osb->proc_sub_dir, and osb->osb_id. Those fields were
unused, or could easily be removed. As a result, we also no longer need
MAX_OSB_ID or ocfs2_globals_lock.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlmglue.c
fs/ocfs2/journal.c
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c