From: Andrey Savochkin Date: Thu, 7 Dec 2006 04:37:34 +0000 (-0800) Subject: [PATCH] retries in ext3_prepare_write() violate ordering requirements X-Git-Tag: v2.6.20-rc1~145^2^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92a4d595b464c4aae64be39ca61a9ffe9c8b278;p=pandora-kernel.git [PATCH] retries in ext3_prepare_write() violate ordering requirements In journal=ordered or journal=data mode retry in ext3_prepare_write() breaks the requirements of journaling of data with respect to metadata. The fix is to call commit_write to commit allocated zero blocks before retry. Signed-off-by: Kirill Korotaev Cc: Ingo Molnar Cc: Ken Chen Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed