block: Introduce new bio_split()
[linux-2.6-block.git] / drivers / md / bcache / bcache.h
index 6b6fe935be73fd31ffa36559a1a08c4093a805a8..964353c5329d4d997ca16aae8c4bfdf72b7b816e 100644 (file)
@@ -901,7 +901,6 @@ void bch_bbio_endio(struct cache_set *, struct bio *, int, const char *);
 void bch_bbio_free(struct bio *, struct cache_set *);
 struct bio *bch_bbio_alloc(struct cache_set *);
 
-struct bio *bch_bio_split(struct bio *, int, gfp_t, struct bio_set *);
 void bch_generic_make_request(struct bio *, struct bio_split_pool *);
 void __bch_submit_bbio(struct bio *, struct cache_set *);
 void bch_submit_bbio(struct bio *, struct cache_set *, struct bkey *, unsigned);