git: CAM - A few more kmalloc -> xpt_alloc_ccb fixes
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Apr 20 15:03:04 PDT 2019
commit fdd00e0abea04ad47141ec4af21d6250ea584716
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Apr 20 14:27:01 2019 -0700
CAM - A few more kmalloc -> xpt_alloc_ccb fixes
* Fix (now improper) kmalloc()s of ccbs in the ASR and MPS
drivers. Properly use xpt_alloc_ccb().
Summary of changes:
sys/dev/raid/asr/asr.c | 25 ++++++++-----------------
sys/dev/raid/mps/mps_sas.c | 3 +--
2 files changed, 9 insertions(+), 19 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fdd00e0abea04ad47141ec4af21d6250ea584716
--
DragonFly BSD source repository
More information about the Commits
mailing list