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
Kirill Smelkov
linux
Commits
02ec5026
Commit
02ec5026
authored
Jul 06, 2015
by
NeilBrown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
md/raid10: fix a few typos in comments
Signed-off-by:
NeilBrown
<
neilb@suse.com
>
parent
92140480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/md/raid10.c
drivers/md/raid10.c
+2
-2
No files found.
drivers/md/raid10.c
View file @
02ec5026
...
@@ -4215,7 +4215,7 @@ static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr,
...
@@ -4215,7 +4215,7 @@ static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr,
* at a time, possibly less if that exceeds RESYNC_PAGES,
* at a time, possibly less if that exceeds RESYNC_PAGES,
* or we hit a bad block or something.
* or we hit a bad block or something.
* This might mean we pause for normal IO in the middle of
* This might mean we pause for normal IO in the middle of
* a chunk, but that is not a problem
w
as mddev->reshape_position
* a chunk, but that is not a problem as mddev->reshape_position
* can record any location.
* can record any location.
*
*
* If we will want to write to a location that isn't
* If we will want to write to a location that isn't
...
@@ -4239,7 +4239,7 @@ static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr,
...
@@ -4239,7 +4239,7 @@ static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr,
*
*
* In all this the minimum difference in data offsets
* In all this the minimum difference in data offsets
* (conf->offset_diff - always positive) allows a bit of slack,
* (conf->offset_diff - always positive) allows a bit of slack,
* so next can be after 'safe', but not by more than offset_di
sk
* so next can be after 'safe', but not by more than offset_di
ff
*
*
* We need to prepare all the bios here before we start any IO
* We need to prepare all the bios here before we start any IO
* to ensure the size we choose is acceptable to all devices.
* to ensure the size we choose is acceptable to all devices.
...
...
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