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
c265a7f4
Commit
c265a7f4
authored
Jun 26, 2008
by
Jens Axboe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cfq-iosched: get rid of enable_idle being unused warning
Signed-off-by:
Jens Axboe
<
jens.axboe@oracle.com
>
parent
0b07de85
Changes
1
Show 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 @
c265a7f4
...
...
@@ -1731,7 +1731,7 @@ cfq_update_idle_window(struct cfq_data *cfqd, struct cfq_queue *cfqq,
if
(
!
cfq_cfqq_sync
(
cfqq
)
||
cfq_class_idle
(
cfqq
))
return
;
old_idle
=
cfq_cfqq_idle_window
(
cfqq
);
enable_idle
=
old_idle
=
cfq_cfqq_idle_window
(
cfqq
);
if
(
!
atomic_read
(
&
cic
->
ioc
->
nr_tasks
)
||
!
cfqd
->
cfq_slice_idle
||
(
cfqd
->
hw_tag
&&
CIC_SEEKY
(
cic
)))
...
...
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