Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7deeed13170e634adc4552ff94588d6301a3da83
Commit:     7deeed13170e634adc4552ff94588d6301a3da83
Parent:     71780f59e127bb281a9302d430495ca9586c14e7
Author:     Benjamin Gilbert <[EMAIL PROTECTED]>
AuthorDate: Tue Jun 19 09:05:21 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Tue Jul 10 08:03:32 2007 +0200

    [TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCK
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 include/linux/blkdev.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index db5b00a..fae138b 100644
--- 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to