md: move most content from md.h to md_k.h
authorNeilBrown <neilb@suse.de>
Tue, 31 Mar 2009 03:33:13 +0000 (14:33 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 31 Mar 2009 03:33:13 +0000 (14:33 +1100)
commit92022950c6b1bb3da90b2976b20271cdfd98b8a3
tree5405257242ddcadef6e90ea597289558de4e03f2
parent8b2b5c217c20b5460218ab8731295f2e46c7dd29
md: move most content from md.h to md_k.h

The extern function definitions are kernel-internal definitions, so
they belong in md_k.h

The MD_*_VERSION values could reasonably go in a number of places,
but md_u.h seems most reasonable.

This leaves almost nothing in md.h.  It will go soon.

Signed-off-by: NeilBrown <neilb@suse.de>
include/linux/raid/md.h
include/linux/raid/md_k.h
include/linux/raid/md_u.h