projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71780f5
)
[TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCK
author
Benjamin Gilbert
<bgilbert@cs.cmu.edu>
Tue, 19 Jun 2007 07:05:21 +0000
(09:05 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:03:32 +0000
(08:03 +0200)
blk_congestion_wait() doesn't exist anymore, but there's still a stub
in blkdev.h for the !CONFIG_BLOCK case. Kill it.
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/blkdev.h
patch
|
blob
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index db5b00a792f519d7d4dde9a2e4824a2c7f948db9..fae138bd2207b78e86645047938bc72df60a85d6 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-868,11
+868,6
@@
void kblockd_flush_work(struct work_struct *work);
*/
#define buffer_heads_over_limit 0
-static inline long blk_congestion_wait(int rw, long timeout)
-{
- return io_schedule_timeout(timeout);
-}
-
static inline long nr_blockdev_pages(void)
{
return 0;