Re: 2.4.21pre2aa1: compile error in fs/buffer.c

From: Eyal Lebedinsky (eyal@eyal.emu.id.au)
Date: Wed Dec 25 2002 - 23:22:27 EST


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++) {

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Dec 31 2002 - 22:00:08 EST