projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d38fe2
)
[PATCH] device-mapper: remove unused definition
author
Andrew Stribblehill
<a.d.stribblehill@durham.ac.uk>
Fri, 6 Jan 2006 08:20:03 +0000
(
00:20
-0800)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-io.h
b/drivers/md/dm-io.h
index 1a77f3265706d516a9d2c0114aa2b2756ebf7040..f9035bfd1a9f73aa8f8854a6c24c76a9790e7eef 100644
(file)
--- a/
drivers/md/dm-io.h
+++ b/
drivers/md/dm-io.h
@@
-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;