2002-04-26 14:42:57

by Jerry Cooperstein

[permalink] [raw]
Subject: Minor typo in z2ram.c in 2.5 ; block_init_queue changes?

Uncovered the following minor typo:

--- z2ram.c Wed Apr 24 00:15:20 2002
+++ z2ram.c_new Fri Apr 26 07:37:36 2002
@@ -366,7 +366,7 @@
}
}

- blk_init_queue(BLK_DEFAULT_QUEUE(MAJOR_NR), DEVICE_REQUES, &z2ram_lock);
+ blk_init_queue(BLK_DEFAULT_QUEUE(MAJOR_NR), DEVICE_REQUEST, &z2ram_lock);
blksize_size[ MAJOR_NR ] = z2_blocksizes;
blk_size[ MAJOR_NR ] = z2_sizes;

Part of changing blk_init_queue to take a third argument I guess.

======================================================================
Jerry Cooperstein, Senior Consultant <[email protected]>
Axian, Inc. <[email protected]>
4800 SW Griffith Dr., Ste. 202, Beaverton, OR 97005 USA
http://www.axian.com/ Software Consulting and Training
======================================================================