]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/blk_types.h
block: Kill bi_destructor
[karo-tx-linux.git] / include / linux / blk_types.h
index 1b607c247d72db1ac33b0c9f2e700e10064f09fa..3eefbb2911922b6f0e28d8bdd72b362ed376913d 100644 (file)
@@ -84,11 +84,8 @@ struct bio {
 
        struct bio_vec          *bi_io_vec;     /* the actual vec list */
 
-       /* If bi_pool is non NULL, bi_destructor is not called */
        struct bio_set          *bi_pool;
 
-       bio_destructor_t        *bi_destructor; /* destructor */
-
        /*
         * We can inline a number of vecs at the end of the bio, to avoid
         * double allocations for a small number of bio_vecs. This member