]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1e16780eab1eb3353514e64fe5ebd01fd6fc01d
treef26fec7ca476439f770fd24e5c7ec11039302b37
parent864458f77bf48edbc2411e62deacb0e8f043082a
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