summaryrefslogtreecommitdiff
path: root/block/blk-core.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-01-29 12:55:40 (GMT)
committerJens Axboe <jens.axboe@oracle.com>2008-01-29 20:55:11 (GMT)
commitdb1d08c646e47f3c7835ecdabb51a906ec311f69 (patch)
tree3760cfe0f210d072d8750dfa7c29a43f1673604e /block/blk-core.c
parent26b8256e2bb930a8e4d4d10aa74950d8921376b8 (diff)
downloadlinux-db1d08c646e47f3c7835ecdabb51a906ec311f69.tar.xz
block: remove dated (and wrong) comment in blk-core.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index 3d415ec..99f4d64 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)