[PATCH] device-mapper: remove unused definition
authorAndrew Stribblehill <a.d.stribblehill@durham.ac.uk>
Fri, 6 Jan 2006 08:20:03 +0000 (00:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:34:00 +0000 (08:34 -0800)
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>
drivers/md/dm-io.h

index 1a77f32..f9035bf 100644 (file)
@@ -9,9 +9,6 @@
 
 #include "dm.h"
 
-/* FIXME make this configurable */
-#define DM_MAX_IO_REGIONS 8
-
 struct io_region {
        struct block_device *bdev;
        sector_t sector;