![]() | ||||||||||
Messages in this thread Patch in this message |
A declaration at the wrong place was introduced by pre2aa1 in fs/buffer.c. I simply moved the declaration tot the top of the relevant block. -- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>--- linux/fs/buffer.c.orig Thu Dec 26 15:10:26 2002 +++ linux/fs/buffer.c Thu Dec 26 15:10:51 2002 @@ -2334,8 +2334,8 @@ } if (iobuf->varyio && (!(offset & RAWIO_BLOCKMASK))) { - iosize = RAWIO_BLOCKSIZE; int block_iter; + iosize = RAWIO_BLOCKSIZE; if (iosize > length) iosize = length; for (block_iter = 1; block_iter < iosize / size; block_iter++) { | |||||||||
| Last update: 2005-03-22 12:31 [from the cache] ©2003-2008 | ||||||||||