commit | 94412a96c4553255bda7a232a349059dd7543338 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Tue Feb 20 13:57:55 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 20 17:10:14 2007 -0800 |
tree | bfffad25e95f33503b4d212b6670885262084b11 | |
parent | 346fd59bab28093276be102632f72691a2c243fe [diff] |
[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 <hirofumi@mail.parknet.co.jp> Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>