Whamcloud - gitweb
b=1598
authorphil <phil>
Sun, 3 Aug 2003 19:44:44 +0000 (19:44 +0000)
committerphil <phil>
Sun, 3 Aug 2003 19:44:44 +0000 (19:44 +0000)
commitc9d23149f2e4d3bd4aa4bf760d203dc1f0aa7192
tree8c77ae9945f7df2f7b179b6efb8d306b2ef29702
parentfb528b4cb925291566a69c8fc3dd8a93c72b4d93
b=1598
r=shaver
Fix the 3x read performance regression caused by clobbering the
client's i_blksize number, which sets an upper bound on the amount of
readahead done by a single ll_readpage.  The practical upshot was that
all reads after the first one would do 4k to the disk and 4k over the
wire.
lustre/llite/file.c
lustre/llite/rw.c
lustre/obdclass/obdo.c
lustre/obdfilter/filter_io.c