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
e229be85
Commit
e229be85
authored
May 19, 2004
by
Andrew Morton
Committed by
Linus Torvalds
May 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Remove blk_run_queues() remnants
It no longer exists.
parent
ccee748e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
drivers/block/umem.c
drivers/block/umem.c
+1
-1
include/linux/fs.h
include/linux/fs.h
+0
-1
include/linux/raid/raid5.h
include/linux/raid/raid5.h
+1
-1
No files found.
drivers/block/umem.c
View file @
e229be85
...
...
@@ -278,7 +278,7 @@ static void dump_dmastat(struct cardinfo *card, unsigned int dmastat)
* Whenever IO on the active page completes, the Ready page is activated
* and the ex-Active page is clean out and made Ready.
* Otherwise the Ready page is only activated when it becomes full, or
* when mm_unplug_device is called via
blk_run_queues()
.
* when mm_unplug_device is called via
the unplug_io_fn
.
*
* If a request arrives while both pages a full, it is queued, and b_rdev is
* overloaded to record whether it was a read or a write.
...
...
include/linux/fs.h
View file @
e229be85
...
...
@@ -1231,7 +1231,6 @@ extern int blkdev_get(struct block_device *, mode_t, unsigned);
extern
int
blkdev_put
(
struct
block_device
*
);
extern
int
bd_claim
(
struct
block_device
*
,
void
*
);
extern
void
bd_release
(
struct
block_device
*
);
extern
void
blk_run_queues
(
void
);
/* fs/char_dev.c */
extern
int
alloc_chrdev_region
(
dev_t
*
,
unsigned
,
unsigned
,
char
*
);
...
...
include/linux/raid/raid5.h
View file @
e229be85
...
...
@@ -181,7 +181,7 @@ struct stripe_head {
* is put on a "delayed" queue until there are no stripes currently
* in a pre-read phase. Further, if the "delayed" queue is empty when
* a stripe is put on it then we "plug" the queue and do not process it
* until an unplug call is made. (
blk_run_queues is run
).
* until an unplug call is made. (
the unplug_io_fn() is called
).
*
* When preread is initiated on a stripe, we set PREREAD_ACTIVE and add
* it to the count of prereading stripes.
...
...
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