diff options
author | Andrew Stribblehill <a.d.stribblehill@durham.ac.uk> | 2006-01-06 03:20:03 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:34:00 -0500 |
commit | e6c276159c812ab25f47b7c7b683a5c97c442dd5 (patch) | |
tree | d1ef3d342115572493af9054ab029fe35a944dc3 | |
parent | 2d38fe204461dc542bb38f2b01a9cd115b367b36 (diff) |
[PATCH] device-mapper: remove unused definition
This patch removes an unused #define.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/md/dm-io.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/md/dm-io.h b/drivers/md/dm-io.h index 1a77f3265706..f9035bfd1a9f 100644 --- a/drivers/md/dm-io.h +++ b/drivers/md/dm-io.h | |||
@@ -9,9 +9,6 @@ | |||
9 | 9 | ||
10 | #include "dm.h" | 10 | #include "dm.h" |
11 | 11 | ||
12 | /* FIXME make this configurable */ | ||
13 | #define DM_MAX_IO_REGIONS 8 | ||
14 | |||
15 | struct io_region { | 12 | struct io_region { |
16 | struct block_device *bdev; | 13 | struct block_device *bdev; |
17 | sector_t sector; | 14 | sector_t sector; |