]> err.no Git - linux-2.6/blobdiff - block/ll_rw_blk.c
Pull bugzilla-5966 into release branch
[linux-2.6] / block / ll_rw_blk.c
index e07c079e07e604efbcb61ed0bebba5ed89822973..38c293b987b77212bec48450dd1529d71a3f582f 100644 (file)
@@ -1264,7 +1264,7 @@ new_hw_segment:
        bio->bi_hw_segments = nr_hw_segs;
        bio->bi_flags |= (1 << BIO_SEG_VALID);
 }
-
+EXPORT_SYMBOL(blk_recount_segments);
 
 static int blk_phys_contig_segment(request_queue_t *q, struct bio *bio,
                                   struct bio *nxt)
@@ -2453,6 +2453,7 @@ EXPORT_SYMBOL(blk_rq_map_user);
  * @rq:                request to map data to
  * @iov:       pointer to the iovec
  * @iov_count: number of elements in the iovec
+ * @len:       I/O byte count
  *
  * Description:
  *    Data will be mapped directly for zero copy io, if possible. Otherwise