Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e879a879
Commit
e879a879
authored
Oct 11, 2011
by
NeilBrown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
md/raid10: typedef removal: conf_t -> struct r10conf
Signed-off-by:
NeilBrown
<
neilb@suse.de
>
parent
e373ab10
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
57 deletions
+55
-57
drivers/md/raid10.c
drivers/md/raid10.c
+54
-54
drivers/md/raid10.h
drivers/md/raid10.h
+1
-3
No files found.
drivers/md/raid10.c
View file @
e879a879
This diff is collapsed.
Click to expand it.
drivers/md/raid10.h
View file @
e879a879
...
...
@@ -11,7 +11,7 @@ struct mirror_info {
*/
};
struct
r10
_private_data_s
{
struct
r10
conf
{
struct
mddev
*
mddev
;
struct
mirror_info
*
mirrors
;
int
raid_disks
;
...
...
@@ -67,8 +67,6 @@ struct r10_private_data_s {
struct
md_thread
*
thread
;
};
typedef
struct
r10_private_data_s
conf_t
;
/*
* this is our 'private' RAID10 bio.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment