commit | 1944972d3bb651474a5021c9da8d0166ae19f1eb | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Sat Jun 18 22:46:19 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 18 22:46:19 2005 -0700 |
tree | cc638b40d8a7dfb4949d4a84a695ec8915c0fc2b | |
parent | ee57eef99b9e19194677f552ebc0690ec35d62db [diff] |
[SLAB] Introduce kmem_cache_name This is for use with slab users that pass a dynamically allocated slab name in kmem_cache_create, so that before destroying the slab one can retrieve the name and free its memory. Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>