diff options
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk.h b/block/blk.h index 95cab70000e3..45385e9abf6f 100644 --- a/block/blk.h +++ b/block/blk.h | |||
@@ -188,6 +188,8 @@ static inline int queue_congestion_off_threshold(struct request_queue *q) | |||
188 | return q->nr_congestion_off; | 188 | return q->nr_congestion_off; |
189 | } | 189 | } |
190 | 190 | ||
191 | extern int blk_update_nr_requests(struct request_queue *, unsigned int); | ||
192 | |||
191 | /* | 193 | /* |
192 | * Contribute to IO statistics IFF: | 194 | * Contribute to IO statistics IFF: |
193 | * | 195 | * |