[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH] stripe_width should be sector_t
- From: Alasdair G Kergon <agk redhat com>
- To: device-mapper development <dm-devel redhat com>
- Subject: [dm-devel] [PATCH] stripe_width should be sector_t
- Date: Thu, 27 Jan 2005 20:54:20 +0000
stripe_width should be sector_t
--- diff/drivers/md/dm-stripe.c 2005-01-27 20:26:39.000000000 +0000
+++ source/drivers/md/dm-stripe.c 2005-01-27 20:26:32.000000000 +0000
@@ -21,7 +21,7 @@
uint32_t stripes;
/* The size of this target / num. stripes */
- uint32_t stripe_width;
+ sector_t stripe_width;
/* stripe chunk size */
uint32_t chunk_shift;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]