Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [haad-dm] src/sys/dev/dm



Module Name:    src
Committed By:   haad
Date:           Mon Sep  8 11:34:01 UTC 2008

Modified Files:
        src/sys/dev/dm [haad-dm]: dm.h dm_ioctl.c dm_pdev.c dm_target_linear.c
            dm_target_snapshot.c

Log Message:
Add new version of snapshot code for nowonlyinitial configuration of
snapshots (parsing parameters strings and opening devices was added).

Fixonebug in dm_pdev where was one SLIST_ENTRY used to for global
pdev list and for per device pdev list. This bug was hidden for a
long time because I haven't used devices with more than one pdev.


To generate a diff of this commit:
cvs rdiff -r1.1.2.13 -r1.1.2.14 src/sys/dev/dm/dm.h src/sys/dev/dm/dm_ioctl.c \
    src/sys/dev/dm/dm_target_linear.c
cvs rdiff -r1.1.2.8 -r1.1.2.9 src/sys/dev/dm/dm_pdev.c
cvs rdiff -r1.1.2.7 -r1.1.2.8 src/sys/dev/dm/dm_target_snapshot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index