md: rename "mdk_personality" to "md_personality"

"mdk" doesn't mean anything any more.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown
2011-10-11 16:49:58 +11:00
parent 29d3247ea2
commit 84fc4b56db
9 changed files with 22 additions and 22 deletions

View File

@@ -523,7 +523,7 @@ static int multipath_stop (struct mddev *mddev)
return 0;
}
static struct mdk_personality multipath_personality =
static struct md_personality multipath_personality =
{
.name = "multipath",
.level = LEVEL_MULTIPATH,