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
bc992e05
Commit
bc992e05
authored
Nov 20, 2002
by
Neil Brown
Committed by
Linus Torvalds
Nov 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix r5 bug - wrong variable used.
parent
a70de32b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/md/raid5.c
drivers/md/raid5.c
+1
-1
No files found.
drivers/md/raid5.c
View file @
bc992e05
...
@@ -1215,7 +1215,7 @@ static void handle_stripe(struct stripe_head *sh)
...
@@ -1215,7 +1215,7 @@ static void handle_stripe(struct stripe_head *sh)
generic_make_request
(
bi
);
generic_make_request
(
bi
);
}
else
{
}
else
{
PRINTK
(
"skip op %ld on disc %d for sector %llu
\n
"
,
bi
->
bi_rw
,
i
,
(
unsigned
long
long
)
sh
->
sector
);
PRINTK
(
"skip op %ld on disc %d for sector %llu
\n
"
,
bi
->
bi_rw
,
i
,
(
unsigned
long
long
)
sh
->
sector
);
clear_bit
(
R5_LOCKED
,
&
dev
->
flags
);
clear_bit
(
R5_LOCKED
,
&
sh
->
dev
[
i
].
flags
);
set_bit
(
STRIPE_HANDLE
,
&
sh
->
state
);
set_bit
(
STRIPE_HANDLE
,
&
sh
->
state
);
}
}
}
}
...
...
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