git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346fd59
)
[PATCH] FAT: DIO-write fallback to normal buffered
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Tue, 20 Feb 2007 21:57:55 +0000
(13:57 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 21 Feb 2007 01:10:14 +0000
(17:10 -0800)
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>
No differences found