lkml.org 
[lkml]   [2002]   [Dec]   [25]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 26 Dec 2002 15:22:27 +1100
FromEyal Lebedinsky <>
SubjectRe: 2.4.21pre2aa1: compile error in fs/buffer.c
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