diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 13:55:40 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-01-29 21:55:11 +0100 |
commit | db1d08c646e47f3c7835ecdabb51a906ec311f69 (patch) | |
tree | 3760cfe0f210d072d8750dfa7c29a43f1673604e /block | |
parent | 26b8256e2bb930a8e4d4d10aa74950d8921376b8 (diff) | |
download | linux-3.10-db1d08c646e47f3c7835ecdabb51a906ec311f69.tar.gz linux-3.10-db1d08c646e47f3c7835ecdabb51a906ec311f69.tar.bz2 linux-3.10-db1d08c646e47f3c7835ecdabb51a906ec311f69.zip |
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 3d415ec10fb..99f4d641edf 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -381,11 +381,6 @@ new_segment: EXPORT_SYMBOL(blk_rq_map_sg); -/* - * the standard queue merge functions, can be overridden with device - * specific ones if so desired - */ - static inline int ll_new_mergeable(struct request_queue *q, struct request *req, struct bio *bio) |