diff options
author | Andrey Savochkin <saw@sw.ru> | 2006-12-07 04:37:34 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 16:39:37 (GMT) |
commit | e92a4d595b464c4aae64be39ca61a9ffe9c8b278 (patch) | |
tree | 7d80804e689ea1f01fc8ceaea2a1b1da78081c60 /fs/compat_ioctl.c | |
parent | 04903664325acb3f199dd8a4b8f1aa437e9fd6b2 (diff) | |
download | linux-e92a4d595b464c4aae64be39ca61a9ffe9c8b278.tar.xz |
[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 <dev@openvz.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Ken Chen <kenneth.w.chen@intel.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/compat_ioctl.c')
0 files changed, 0 insertions, 0 deletions