From 69724e28ca99990a8f0b5370bb946d7704936d67 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 11 Oct 2011 16:48:57 +1100 Subject: md/multipath: typedef removal: multipath_conf_t -> struct mpconf Signed-off-by: NeilBrown --- drivers/md/multipath.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/md/multipath.h') diff --git a/drivers/md/multipath.h b/drivers/md/multipath.h index 350a631b6c9..717c60f6289 100644 --- a/drivers/md/multipath.h +++ b/drivers/md/multipath.h @@ -5,7 +5,7 @@ struct multipath_info { struct md_rdev *rdev; }; -struct multipath_private_data { +struct mpconf { struct mddev *mddev; struct multipath_info *multipaths; int raid_disks; @@ -15,8 +15,6 @@ struct multipath_private_data { mempool_t *pool; }; -typedef struct multipath_private_data multipath_conf_t; - /* * this is our 'private' 'collective' MULTIPATH buffer head. * it contains information about what kind of IO operations were started -- cgit v1.2.3-70-g09d2