]> Pileus Git - ~andy/linux/blobdiff - drivers/md/bcache/bcache.h
Merge tag 'v3.13-rc6' into for-3.14/core
[~andy/linux] / drivers / md / bcache / bcache.h
index 754f4317748322e7450d69da9591b6b72aff6dc4..dbdbca5a95910a421898cef06bcf902a43401c6a 100644 (file)
@@ -280,7 +280,6 @@ struct bcache_device {
        unsigned long           sectors_dirty_last;
        long                    sectors_dirty_derivative;
 
-       mempool_t               *unaligned_bvec;
        struct bio_set          *bio_split;
 
        unsigned                data_csum:1;
@@ -902,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);