commit | 2b8bf3451d1e3133ebc3998721d14013a6c27114 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Oct 11 16:48:23 2011 +1100 |
committer | NeilBrown <neilb@suse.de> | Tue Oct 11 16:48:23 2011 +1100 |
tree | 6ad9afb9124d5eb865d513ec3f30259231075a8f | |
parent | fd01b88c75a718020ff77e7f560d33835e9b58de [diff] [blame] |
md: remove typedefs: mdk_thread_t -> struct md_thread Signed-off-by: NeilBrown <neilb@suse.de>
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 0d222de..cf4702c 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h
@@ -436,7 +436,7 @@ /* 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;