Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
07e44708
Commit
07e44708
authored
Apr 30, 2007
by
Jens Axboe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cfq' into for-linus
parents
2a12dcd7
597bc485
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
439 additions
and
416 deletions
+439
-416
block/cfq-iosched.c
block/cfq-iosched.c
+437
-416
block/ll_rw_blk.c
block/ll_rw_blk.c
+1
-0
include/linux/blkdev.h
include/linux/blkdev.h
+1
-0
No files found.
block/cfq-iosched.c
View file @
07e44708
This diff is collapsed.
Click to expand it.
block/ll_rw_blk.c
View file @
07e44708
...
...
@@ -3741,6 +3741,7 @@ static struct io_context *current_io_context(gfp_t gfp_flags, int node)
ret
->
nr_batch_requests
=
0
;
/* because this is 0 */
ret
->
aic
=
NULL
;
ret
->
cic_root
.
rb_node
=
NULL
;
ret
->
ioc_data
=
NULL
;
/* make sure set_task_ioprio() sees the settings above */
smp_wmb
();
tsk
->
io_context
=
ret
;
...
...
include/linux/blkdev.h
View file @
07e44708
...
...
@@ -116,6 +116,7 @@ struct io_context {
struct
as_io_context
*
aic
;
struct
rb_root
cic_root
;
void
*
ioc_data
;
};
void
put_io_context
(
struct
io_context
*
ioc
);
...
...
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