Re: [PATCH] FAT: DIO-write fallback to normal buffered

2007-02-14 Thread Jan Kara
On Sat 10-02-07 23:44:01, OGAWA Hirofumi wrote: > [RESEND: forget to add [EMAIL PROTECTED] > > 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. > >

Re: [PATCH] FAT: DIO-write fallback to normal buffered

2007-02-14 Thread Jan Kara
On Sat 10-02-07 23:44:01, OGAWA Hirofumi wrote: [RESEND: forget to add [EMAIL PROTECTED] 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.

[PATCH] FAT: DIO-write fallback to normal buffered

2007-02-10 Thread OGAWA Hirofumi
[RESEND: forget to add [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> ---

[PATCH] FAT: DIO-write fallback to normal buffered

2007-02-10 Thread OGAWA Hirofumi
[RESEND: forget to add [EMAIL PROTECTED] 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 [EMAIL PROTECTED] --- fs/fat/inode.c