From: OGAWA Hirofumi Date: Tue, 20 Feb 2007 21:57:55 +0000 (-0800) Subject: [PATCH] FAT: DIO-write fallback to normal buffered X-Git-Tag: v2.6.21-rc1~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94412a96c4553255bda7a232a349059dd7543338;p=pandora-kernel.git [PATCH] FAT: DIO-write fallback to normal buffered If the DIO write on FAT is expanding the size, it will be fail by -EINVAL, because FAT can't handle it now. This patch fallback it to the normal buffered-write and would return success. Signed-off-by: OGAWA Hirofumi Acked-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed