]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/genalloc.h
genalloc: add support of multiple gen_pools per device
[mirror_ubuntu-artful-kernel.git] / include / linux / genalloc.h
index 6afa65e6cdb7e66f9575126487755e3d207b4c45..7ff168d06967c9e2544faa50e4e0d995c27bf4ff 100644 (file)
@@ -59,6 +59,8 @@ struct gen_pool {
 
        genpool_algo_t algo;            /* allocation function */
        void *data;
+
+       const char *name;
 };
 
 /*