Fix bio_alloc() and bio_kmalloc() documentation
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 2 Nov 2009 10:39:42 +0000 (11:39 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Nov 2009 10:41:13 +0000 (11:41 +0100)
commit5f04eeb8a76521dec371ceb05e8263889a8af2bc
treeec69a41f4e6258994aee7720bdee645ad569bc73
parentad0bf11070ebb3c95f8ce82e6219dbd79c8e8b69
Fix bio_alloc() and bio_kmalloc() documentation

Commit 451a9ebf accidentally broke bio_alloc() and bio_kmalloc() comments by
(almost) swapping them.

This patch fixes that, by placing the comments in the right place.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/bio.c