diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2006-10-01 12:55:53 -0400 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-01 12:55:53 -0400 |
| commit | 8a84fc15ae5cafcc366dd85cf8e1ab2040679abc (patch) | |
| tree | 5d8dce194c9667fa92e9ec9f545cec867a9a1e0d /include/linux/raid | |
| parent | 28b79ff9661b22e4c41c0d00d4ab8503e810f13d (diff) | |
| parent | 82965addad66fce61a92c5f03104ea90b0b87124 (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Manually resolve conflict in include/mtd/Kbuild
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/Kbuild | 3 | ||||
| -rw-r--r-- | include/linux/raid/md.h | 3 | ||||
| -rw-r--r-- | include/linux/raid/md_k.h | 3 |
3 files changed, 8 insertions, 1 deletions
diff --git a/include/linux/raid/Kbuild b/include/linux/raid/Kbuild index 73fa27a8d5..2415a64c5e 100644 --- a/include/linux/raid/Kbuild +++ b/include/linux/raid/Kbuild | |||
| @@ -1 +1,2 @@ | |||
| 1 | header-y += md_p.h md_u.h | 1 | header-y += md_p.h |
| 2 | header-y += md_u.h | ||
diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h index eb3e547c8f..c588709acb 100644 --- a/include/linux/raid/md.h +++ b/include/linux/raid/md.h | |||
| @@ -53,6 +53,8 @@ | |||
| 53 | #include <linux/raid/md_u.h> | 53 | #include <linux/raid/md_u.h> |
| 54 | #include <linux/raid/md_k.h> | 54 | #include <linux/raid/md_k.h> |
| 55 | 55 | ||
| 56 | #ifdef CONFIG_MD | ||
| 57 | |||
| 56 | /* | 58 | /* |
| 57 | * Different major versions are not compatible. | 59 | * Different major versions are not compatible. |
| 58 | * Different minor versions are only downward compatible. | 60 | * Different minor versions are only downward compatible. |
| @@ -95,5 +97,6 @@ extern void md_new_event(mddev_t *mddev); | |||
| 95 | 97 | ||
| 96 | extern void md_update_sb(mddev_t * mddev); | 98 | extern void md_update_sb(mddev_t * mddev); |
| 97 | 99 | ||
| 100 | #endif /* CONFIG_MD */ | ||
| 98 | #endif | 101 | #endif |
| 99 | 102 | ||
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index d288902958..920b94fe31 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h | |||
| @@ -18,6 +18,8 @@ | |||
| 18 | /* and dm-bio-list.h is not under include/linux because.... ??? */ | 18 | /* and dm-bio-list.h is not under include/linux because.... ??? */ |
| 19 | #include "../../../drivers/md/dm-bio-list.h" | 19 | #include "../../../drivers/md/dm-bio-list.h" |
| 20 | 20 | ||
| 21 | #ifdef CONFIG_BLOCK | ||
| 22 | |||
| 21 | #define LEVEL_MULTIPATH (-4) | 23 | #define LEVEL_MULTIPATH (-4) |
| 22 | #define LEVEL_LINEAR (-1) | 24 | #define LEVEL_LINEAR (-1) |
| 23 | #define LEVEL_FAULTY (-5) | 25 | #define LEVEL_FAULTY (-5) |
| @@ -362,5 +364,6 @@ static inline void safe_put_page(struct page *p) | |||
| 362 | if (p) put_page(p); | 364 | if (p) put_page(p); |
| 363 | } | 365 | } |
| 364 | 366 | ||
| 367 | #endif /* CONFIG_BLOCK */ | ||
| 365 | #endif | 368 | #endif |
| 366 | 369 | ||
