https://github.com/torvalds/linux
Revision 94412a96c4553255bda7a232a349059dd7543338 authored by OGAWA Hirofumi on 20 February 2007, 21:57:55 UTC, committed by Linus Torvalds on 21 February 2007, 01:10:14 UTC
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>
1 parent 346fd59
History
Tip revision: 94412a96c4553255bda7a232a349059dd7543338 authored by OGAWA Hirofumi on 20 February 2007, 21:57:55 UTC
[PATCH] FAT: DIO-write fallback to normal buffered
Tip revision: 94412a9
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.5 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.9 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 81.8 KB
Makefile -rw-r--r-- 49.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top