git: VINUM - correct deadlock, correct 32 bit truncation, cleanup string copies
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 15 13:08:42 PDT 2009
commit 0d0607d0fc37e06f64e9ffe77ec23d32ec0fad86
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Aug 15 12:42:27 2009 -0700
VINUM - correct deadlock, correct 32 bit truncation, cleanup string copies
* Correct a deadlock when reading a configuration from disk via
the command line.
* Correct numerous 32 bit truncations due to the use of min/max.
* Cleanup string copies, use ksnprintf() when possible.
Summary of changes:
sys/dev/raid/vinum/vinumconfig.c | 45 ++++++++++++++++--------------------
sys/dev/raid/vinum/vinumio.c | 8 +-----
sys/dev/raid/vinum/vinumioctl.c | 6 ++--
sys/dev/raid/vinum/vinumraid5.c | 16 ++++++------
sys/dev/raid/vinum/vinumrequest.c | 14 +++++------
sys/dev/raid/vinum/vinumrevive.c | 12 +++++-----
6 files changed, 44 insertions(+), 57 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d0607d0fc37e06f64e9ffe77ec23d32ec0fad86
--
DragonFly BSD source repository
More information about the Commits
mailing list