Skip to content

Commit

Permalink
Fix misleading comment in bio.h
Browse files Browse the repository at this point in the history
The comment says "remember to add offset!", but the function already adds
it.

Signed-off-by: Alberto Bertogli <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
albertito authored and Jens Axboe committed Feb 2, 2009
1 parent 0648e10 commit 20b636b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ extern struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly;

#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.
*/
Expand Down

0 comments on commit 20b636b

Please sign in to comment.