]> git.proxmox.com Git - mirror_spl-debian.git/blame - ChangeLog
Make sure that when calling __vmem_alloc that we
[mirror_spl-debian.git] / ChangeLog
CommitLineData
55152ebb 12008-04-16 Herb Wartens <wartens2@llnl.gov>
2
3 * modules/spl/spl-kmem.c : Make sure to disable interrupts
4 when necessary to avoid deadlocks. We were seeing the deadlock
5 when calling kmem_cache_generic_constructor() and then an interrupt
6 forced us to end up calling kmem_cache_generic_destructor()
7 which caused our deadlock.
8
f1ca4da6 92008-02-26 Brian Behlendorf <behlendorf1@llnl.gov>
10
11 : Initial commit of the solaris porting layer (spl). Included
12 in addition to the source is an initial autoconf / configure
13 style build system.