From: Mark Fasheh Date: Thu, 18 Oct 2007 21:14:45 +0000 (-0700) Subject: ocfs2: Commit journal on sync writes X-Git-Tag: v2.6.24-rc3~176^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea2d32f40434589ea0e136373f7d1545afb411f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed