diff options
author | NeilBrown <neilb@suse.de> | 2011-10-11 01:48:23 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-10-11 01:48:23 -0400 |
commit | 2b8bf3451d1e3133ebc3998721d14013a6c27114 (patch) | |
tree | 6ad9afb9124d5eb865d513ec3f30259231075a8f /drivers/md/raid5.h | |
parent | fd01b88c75a718020ff77e7f560d33835e9b58de (diff) |
md: remove typedefs: mdk_thread_t -> struct md_thread
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 0d222de5e5be..cf4702ccf73a 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h | |||
@@ -436,7 +436,7 @@ struct raid5_private_data { | |||
436 | /* When taking over an array from a different personality, we store | 436 | /* When taking over an array from a different personality, we store |
437 | * the new thread here until we fully activate the array. | 437 | * the new thread here until we fully activate the array. |
438 | */ | 438 | */ |
439 | struct mdk_thread_s *thread; | 439 | struct md_thread *thread; |
440 | }; | 440 | }; |
441 | 441 | ||
442 | typedef struct raid5_private_data raid5_conf_t; | 442 | typedef struct raid5_private_data raid5_conf_t; |