md: remove typedefs: mdk_thread_t -> struct md_thread

Signed-off-by: NeilBrown <neilb@suse.de>
Цей коміт міститься в:
NeilBrown
2011-10-11 16:48:23 +11:00
джерело fd01b88c75
коміт 2b8bf3451d
5 змінених файлів з 20 додано та 18 видалено

Переглянути файл

@@ -436,7 +436,7 @@ struct raid5_private_data {
/* 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 raid5_private_data raid5_conf_t;