]> git.neil.brown.name Git - history.git/commit
[PATCH] revert the "dio handle eof" fix
authorAndrew Morton <akpm@osdl.org>
Thu, 2 Dec 2004 23:43:27 +0000 (15:43 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 2 Dec 2004 23:43:27 +0000 (15:43 -0800)
commit01a59cd111e9c378c5a5d1fc65b50bf4c7ef3b94
tree3aa1c0c694ca20488a58cf74873a19258023cb5c
parent52b787eebb625d81afba518864d57e30fb81f788
[PATCH] revert the "dio handle eof" fix

This recent fix isn't quite right: it is causing smaller-than-expected I/Os to
be submitted when extending files, which causes AIO-based writes to oops.

So just revert it - the bug was really over in blockdev_get_blocks() anyway.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/direct-io.c