Bläddra i källkod

Fix misleading comment in bio.h

The comment says "remember to add offset!", but the function already adds
it.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Alberto Bertogli 16 år sedan
förälder
incheckning
20b636bf7c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      include/linux/bio.h

+ 2 - 2
include/linux/bio.h

@@ -451,8 +451,8 @@ extern struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly;
 
 
 #ifdef CONFIG_HIGHMEM
 #ifdef CONFIG_HIGHMEM
 /*
 /*
- * remember to add offset! and never ever reenable interrupts between a
- * bvec_kmap_irq and bvec_kunmap_irq!!
+ * remember never ever reenable interrupts between a bvec_kmap_irq and
+ * bvec_kunmap_irq!
  *
  *
  * This function MUST be inlined - it plays with the CPU interrupt flags.
  * This function MUST be inlined - it plays with the CPU interrupt flags.
  */
  */