diff options
author | NeilBrown <neilb@suse.de> | 2010-11-22 10:58:05 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-11-22 10:58:05 +0100 |
commit | fa56eddbd1ff1e007cfe588ddc97787d81a4fc3d (patch) | |
tree | f8981eddf1be405d8577fa587d079015b99b219f /mapfile.c | |
parent | Assemble: factor out ident_matches (diff) | |
download | mdadm-fa56eddbd1ff1e007cfe588ddc97787d81a4fc3d.tar.xz mdadm-fa56eddbd1ff1e007cfe588ddc97787d81a4fc3d.zip |
Improve mddev_ident type definitions.
Remove the _t typedef and remove the _s suffix from the struct name.
These things do not help readability.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mapfile.c')
-rw-r--r-- | mapfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ void RebuildMap(void) * find a unique name based on metadata name. * */ - struct mddev_ident_s *match = conf_match(info, st); + struct mddev_ident *match = conf_match(info, st); struct stat stb; if (match && match->devname && match->devname[0] == '/') { path = match->devname; |