DragonFly commits List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: VINUM - correct deadlock, correct 32 bit truncation, cleanup string copies
commit 0d0607d0fc37e06f64e9ffe77ec23d32ec0fad86
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]