]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/bio.h
block: simplify and cleanup bvec pool handling
[mirror_ubuntu-bionic-kernel.git] / include / linux / bio.h
index 0bbb2e332410f6a83e16f4fead7d3db84e3a34ba..141cfa95a185519f61c57b331c068d6e1958e091 100644 (file)
@@ -715,8 +715,6 @@ static inline void bio_inc_remaining(struct bio *bio)
  * and the bvec_slabs[].
  */
 #define BIO_POOL_SIZE 2
-#define BIOVEC_NR_POOLS 6
-#define BIOVEC_MAX_IDX (BIOVEC_NR_POOLS - 1)
 
 struct bio_set {
        struct kmem_cache *bio_slab;