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
c265a7f4
Commit
c265a7f4
authored
16 years ago
by
Jens Axboe
Browse files
Options
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
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 @
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
)))
...
...
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