diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 07:55:40 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 15:55:11 -0500 |
commit | db1d08c646e47f3c7835ecdabb51a906ec311f69 (patch) | |
tree | 3760cfe0f210d072d8750dfa7c29a43f1673604e /block | |
parent | 26b8256e2bb930a8e4d4d10aa74950d8921376b8 (diff) |
block: remove dated (and wrong) comment in blk-core.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-core.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 3d415ec10fb8..99f4d641edf5 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -381,11 +381,6 @@ new_segment: | |||
381 | 381 | ||
382 | EXPORT_SYMBOL(blk_rq_map_sg); | 382 | EXPORT_SYMBOL(blk_rq_map_sg); |
383 | 383 | ||
384 | /* | ||
385 | * the standard queue merge functions, can be overridden with device | ||
386 | * specific ones if so desired | ||
387 | */ | ||
388 | |||
389 | static inline int ll_new_mergeable(struct request_queue *q, | 384 | static inline int ll_new_mergeable(struct request_queue *q, |
390 | struct request *req, | 385 | struct request *req, |
391 | struct bio *bio) | 386 | struct bio *bio) |