Minor typo in z2ram.c in 2.5 ; block_init_queue changes?

Jerry Cooperstein (coop@axian.com)
Fri, 26 Apr 2002 07:43:25 -0700


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 <coop@axian.com>
Axian, Inc. <info@axian.com>
4800 SW Griffith Dr., Ste. 202, Beaverton, OR 97005 USA
http://www.axian.com/ Software Consulting and Training
======================================================================

-
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/