]> granicus.if.org Git - zfs/commit
- Remapped ldi_handle_t to struct block_device * which is much more useful
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 3 Apr 2008 16:33:31 +0000 (16:33 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Thu, 3 Apr 2008 16:33:31 +0000 (16:33 +0000)
commit0a6fd143fd6d2eaac4c364b1da88bf1ce65618d2
tree67aa088151a1ec2c2efee99bc96ff5bf28a82183
parent0998fdd6dba7a360131c2addecc8b2d4dc9b7f4a
- Remapped ldi_handle_t to struct block_device * which is much more useful
- Added liunx block device headers to sunldi.h
- Made __taskq_dispatch safe for interrupt context where it turns out we
  need to be useing it.
- Fixed NULL const/dest bug for kmem slab caches
- Places debug __dprintf debugging messages under a spin_lock_irqsave
  so it's safe to use then in interrupt handlers.  For debugging only!

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@64 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
include/sys/sunldi.h
modules/spl/spl-generic.c
modules/spl/spl-kmem.c
modules/spl/spl-taskq.c