ocfs2: remove ocfs2_journal_handle flags field
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 5 Oct 2006 22:11:36 +0000 (15:11 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:27:06 +0000 (18:27 -0800)
commitc161f89be7d57af863e434e9b15afaa863343a7a
tree18152d2fb567746e74a0f57f0d11c53c740db87a
parent1fc581467e52546195c7ee8233a34d63c1cc1322
ocfs2: remove ocfs2_journal_handle flags field

Callers can set h_sync directly on the handle_t, whether a transaction has
been started or not can be determined via the existence of the handle_t on
the struct ocfs2_journal_handle.

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