ext3 sequential read regression fix
commitcfb3f12260beaf5dc8f765a1c191822896019d8a
authorBadari Pulavarty <pbadari@us.ibm.com>
Fri, 15 Sep 2006 16:07:18 +0000 (15 09:07 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Oct 2006 18:50:10 +0000 (13 11:50 -0700)
tree4072cfccf3bcd84ed74c86afc2e25280332bd946
parent63a17cfcfce2888f55f16e2d1e1c587351fffa38
ext3 sequential read regression fix

ext3-get-blocks support caused ~20% degrade in Sequential read
performance (tiobench). Problem is with marking the buffer boundary
so IO can be submitted right away. Here is the patch to fix it.

2.6.18-rc6:
fs/ext3/inode.c