commit | c161f89be7d57af863e434e9b15afaa863343a7a | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Oct 05 15:11:36 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Dec 01 18:27:06 2006 -0800 |
tree | 18152d2fb567746e74a0f57f0d11c53c740db87a | |
parent | 1fc581467e52546195c7ee8233a34d63c1cc1322 [diff] |
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>