bcache: Don't export utility code, prefix with bch_

Signed-off-by: Kent Overstreet <koverstreet@google.com>
Cc: linux-bcache@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Kent Overstreet 2013-03-28 12:50:55 -06:00 committed by Jens Axboe
parent 0b6ef4164f
commit 169ef1cf61
13 changed files with 89 additions and 101 deletions

View file

@ -200,7 +200,7 @@ void bch_data_verify(struct search *s)
if (!check)
return;
if (bio_alloc_pages(check, GFP_NOIO))
if (bch_bio_alloc_pages(check, GFP_NOIO))
goto out_put;
check->bi_rw = READ_SYNC;