2002-12-26 04:14:18

by Eyal Lebedinsky

[permalink] [raw]
Subject: Re: 2.4.21pre2aa1: compile error in fs/buffer.c

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


Attachments:
2.4.21-pre2-aa1-buffer.patch (406.00 B)