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:           Thu Sep 11 13:40:48 UTC 2008

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

Log Message:
Add new dm_target_*_deps function which will get all dependiences from
selected target. It is used to get device dependencies during
dm_table_deps_ioctl. Remove dm_dev::pdevs list which was really hard to
manage and wasn't use for anything usefull.


To generate a diff of this commit:
cvs rdiff -r1.1.2.15 -r1.1.2.16 src/sys/dev/dm/dm.h src/sys/dev/dm/dm_ioctl.c
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/sys/dev/dm/dm_pdev.c
cvs rdiff -r1.1.2.12 -r1.1.2.13 src/sys/dev/dm/dm_target.c
cvs rdiff -r1.1.2.6 -r1.1.2.7 src/sys/dev/dm/dm_target_error.c
cvs rdiff -r1.1.2.14 -r1.1.2.15 src/sys/dev/dm/dm_target_linear.c
cvs rdiff -r1.1.2.8 -r1.1.2.9 src/sys/dev/dm/dm_target_snapshot.c
cvs rdiff -r1.1.2.7 -r1.1.2.8 src/sys/dev/dm/dm_target_zero.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