md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bio

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown
2011-10-11 16:48:43 +11:00
parent 2b8bf3451d
commit 9f2c9d12bc
4 changed files with 71 additions and 76 deletions

View File

@@ -13,8 +13,6 @@ struct mirror_info {
*/
};
typedef struct r10bio_s r10bio_t;
struct r10_private_data_s {
struct mddev *mddev;
mirror_info_t *mirrors;
@@ -80,7 +78,7 @@ typedef struct r10_private_data_s conf_t;
* for this RAID10 operation, and about their status:
*/
struct r10bio_s {
struct r10bio {
atomic_t remaining; /* 'have we finished' count,
* used from IRQ handlers
*/