Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   haad
Date:           Fri Jan  2 11:03:25 UTC 2009

Modified Files:
        src/sys/dev/dm: dm.h dm_target.c files.dm
        src/sys/modules/dm: Makefile
Added Files:
        src/sys/dev/dm: dm_target_mirror.c
        src/sys/modules/dm/dm_target_mirror: Makefile

Log Message:
Add stubs for mirror target, too. This target does nothing for now, but lvm
tools support mirror target and trying to create LV with mirrorred backend
caused panic in dm_table_load_ioctl.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/dm/dm.h src/sys/dev/dm/dm_target.c
cvs rdiff -r0 -r1.1 src/sys/dev/dm/dm_target_mirror.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/dm/files.dm
cvs rdiff -r1.3 -r1.4 src/sys/modules/dm/Makefile
cvs rdiff -r0 -r1.1 src/sys/modules/dm/dm_target_mirror/Makefile

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