Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
b0b78f81
Commit
b0b78f81
authored
16 years ago
by
Jens Axboe
Browse files
Options
Download
Email Patches
Plain Diff
cfq-iosched: use rw_is_sync() to see if rw flags are sync or not
Signed-off-by:
Jens Axboe
<
jens.axboe@oracle.com
>
parent
48e70bc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
block/cfq-iosched.c
block/cfq-iosched.c
+1
-1
No files found.
block/cfq-iosched.c
View file @
b0b78f81
...
...
@@ -2062,7 +2062,7 @@ static int cfq_may_queue(struct request_queue *q, int rw)
if
(
!
cic
)
return
ELV_MQUEUE_MAY
;
cfqq
=
cic_to_cfqq
(
cic
,
rw
&
REQ_RW_SYNC
);
cfqq
=
cic_to_cfqq
(
cic
,
rw
_is_sync
(
rw
)
);
if
(
cfqq
)
{
cfq_init_prio_data
(
cfqq
,
cic
->
ioc
);
cfq_prio_boost
(
cfqq
);
...
...
This diff is collapsed.
Click to expand it.
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