Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b0b78f81
Commit
b0b78f81
authored
Apr 08, 2009
by
Jens Axboe
Browse files
Options
Browse Files
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
);
...
...
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