Commit e6c27615 authored by Andrew Stribblehill's avatar Andrew Stribblehill Committed by Linus Torvalds

[PATCH] device-mapper: remove unused definition

This patch removes an unused #define.
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2d38fe20
...@@ -9,9 +9,6 @@ ...@@ -9,9 +9,6 @@
#include "dm.h" #include "dm.h"
/* FIXME make this configurable */
#define DM_MAX_IO_REGIONS 8
struct io_region { struct io_region {
struct block_device *bdev; struct block_device *bdev;
sector_t sector; sector_t sector;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment