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
1cc9be68
Commit
1cc9be68
authored
Mar 18, 2006
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] noise removal: cfq-iosched.c
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
a90d742e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
block/cfq-iosched.c
block/cfq-iosched.c
+2
-14
No files found.
block/cfq-iosched.c
View file @
1cc9be68
...
@@ -6,21 +6,13 @@
...
@@ -6,21 +6,13 @@
*
*
* Copyright (C) 2003 Jens Axboe <axboe@suse.de>
* Copyright (C) 2003 Jens Axboe <axboe@suse.de>
*/
*/
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/bio.h>
#include <linux/config.h>
#include <linux/config.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/init.h>
#include <linux/elevator.h>
#include <linux/compiler.h>
#include <linux/hash.h>
#include <linux/hash.h>
#include <linux/rbtree.h>
#include <linux/rbtree.h>
#include <linux/mempool.h>
#include <linux/ioprio.h>
#include <linux/ioprio.h>
#include <linux/writeback.h>
/*
/*
* tunables
* tunables
...
@@ -1258,10 +1250,6 @@ static void cfq_exit_single_io_context(struct cfq_io_context *cic)
...
@@ -1258,10 +1250,6 @@ static void cfq_exit_single_io_context(struct cfq_io_context *cic)
spin_unlock
(
q
->
queue_lock
);
spin_unlock
(
q
->
queue_lock
);
}
}
/*
* Another task may update the task cic list, if it is doing a queue lookup
* on its behalf. cfq_cic_lock excludes such concurrent updates
*/
static
void
cfq_exit_io_context
(
struct
cfq_io_context
*
cic
)
static
void
cfq_exit_io_context
(
struct
cfq_io_context
*
cic
)
{
{
struct
cfq_io_context
*
__cic
;
struct
cfq_io_context
*
__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