commit | 9ea2d32f40434589ea0e136373f7d1545afb411f | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Oct 18 14:14:45 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Nov 06 15:32:00 2007 -0800 |
tree | 2bc258fcaae4769a7b41ae71725eb073de33aded | |
parent | 9f70968af3e6e21612e06e153aa71c62dee5a09b [diff] |
ocfs2: Commit journal on sync writes We're missing a meta data commit for extending sync writes. In thoery, write could return with the meta data required to read the data uncommitted to disk. Fix that by detecting an allocating write and forcing a journal commit in the sync case. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>