diff options
author | NeilBrown <neilb@suse.de> | 2011-10-11 07:48:23 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-10-11 07:48:23 +0200 |
commit | 2b8bf3451d1e3133ebc3998721d14013a6c27114 (patch) | |
tree | 6ad9afb9124d5eb865d513ec3f30259231075a8f /drivers/md/raid1.h | |
parent | md: remove typedefs: mddev_t -> struct mddev (diff) | |
download | linux-2b8bf3451d1e3133ebc3998721d14013a6c27114.tar.xz linux-2b8bf3451d1e3133ebc3998721d14013a6c27114.zip |
md: remove typedefs: mdk_thread_t -> struct md_thread
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid1.h')
-rw-r--r-- | drivers/md/raid1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid1.h b/drivers/md/raid1.h index b6bc7b1c589d..07e9cb91186b 100644 --- a/drivers/md/raid1.h +++ b/drivers/md/raid1.h @@ -92,7 +92,7 @@ struct r1_private_data_s { /* When taking over an array from a different personality, we store * the new thread here until we fully activate the array. */ - struct mdk_thread_s *thread; + struct md_thread *thread; }; typedef struct r1_private_data_s conf_t; |