* [PATCH 1/1] snic: Fixing duplicate cache names
@ 2015-06-25 10:34 Narsimhulu Musini
0 siblings, 0 replies; only message in thread
From: Narsimhulu Musini @ 2015-06-25 10:34 UTC (permalink / raw)
To: James.Bottomley, linux-scsi, hare; +Cc: Narsimhulu Musini
This patch fixes duplicate cache names.
Signed-off-by: Narsimhulu Musini <nmusini@cisco.com>
---
drivers/scsi/snic/snic_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/snic/snic_main.c b/drivers/scsi/snic/snic_main.c
index b2b87ce..47ed593 100644
--- a/drivers/scsi/snic/snic_main.c
+++ b/drivers/scsi/snic/snic_main.c
@@ -919,7 +919,7 @@ snic_global_data_init(void)
snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL] = cachep;
len = sizeof(struct snic_host_req);
- cachep = kmem_cache_create("snic_req_maxsgl", len, SNIC_SG_DESC_ALIGN,
+ cachep = kmem_cache_create("snic_tm_req", len, SNIC_SG_DESC_ALIGN,
SLAB_HWCACHE_ALIGN, NULL);
if (!cachep) {
SNIC_ERR("Failed to create snic tm req slab\n");
--
1.8.5.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-25 10:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 10:34 [PATCH 1/1] snic: Fixing duplicate cache names Narsimhulu Musini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).