Joerg Schilling wrote:
> Hi Moinak,
>
> I am asking in small pieces....
>
> I cannit see a kmem_free() for the kmem_alloc() in line 915:hafs_vfsops.c
>
I added the missed out kmem_free:
--- hsfs_vfsops.c.o Sat Sep 29 06:25:09 2007
+++ hsfs_vfsops.c Sat Sep 29 06:21:33 2007
@@ -422,6 +422,8 @@
kmem_free(fsp->hsfs_fsmnt, strlen(fsp->hsfs_fsmnt) + 1);
hsched_fini(fsp->hqueue);
+ kmem_free(fsp->hqueue, sizeof (struct hsfs_queue));
+
mutex_destroy(&fsp->hsfs_free_lock);
rw_destroy(&fsp->hsfs_hash_lock);
Regards,
Moinak.
> J?rg
>
>