summaryrefslogtreecommitdiff
path: root/include/linux/raid/md.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2004-10-25 04:13:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-25 04:13:38 -0700
commit512c3373155cec986eb381e0c078f0e61d103eba (patch)
tree5b2e97d75c1195bedce9ed1a32316d1868175849 /include/linux/raid/md.h
parent2353acb9e6df9cd00de4cf157c4ded00102ff7ab (diff)
[PATCH] md: fixes to make version-1 superblocks work in md driver
Add some missing data_offset additions and some le_to_cpu convertions and fix a few other little mistakes. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/raid/md.h')
-rw-r--r--include/linux/raid/md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h
index fad5699f5b7c..a6a67d102bfa 100644
--- a/include/linux/raid/md.h
+++ b/include/linux/raid/md.h
@@ -60,7 +60,7 @@
*/
#define MD_MAJOR_VERSION 0
#define MD_MINOR_VERSION 90
-#define MD_PATCHLEVEL_VERSION 0
+#define MD_PATCHLEVEL_VERSION 1
extern int register_md_personality (int p_num, mdk_personality_t *p);
extern int unregister_md_personality (int p_num);