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)
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>

No differences found