Skip to content

Commit

Permalink
[PATCH] device-mapper: remove unused definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Stribblehill authored and Linus Torvalds committed Jan 6, 2006
1 parent 2d38fe2 commit e6c2761
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/md/dm-io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6c2761

Please sign in to comment.