Source-Changes archive

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

CVS commit: src/sys/modules/dm



Module Name:    src
Committed By:   haad
Date:           Fri Jan  2 01:06:16 UTC 2009

Modified Files:
        src/sys/modules/dm: Makefile
Added Files:
        src/sys/modules/dm/dm_target_error: Makefile
        src/sys/modules/dm/dm_target_snapshot: Makefile
        src/sys/modules/dm/dm_target_zero: Makefile

Log Message:
Remove unneeded targets from dm driver and build them as separate modules.

The zero, error and snapshot targets are build as modules and can be loaded
to dm driver with modload. I do not build/install these drivers by default.

The linear and stripe targets are needed for LVM so I keep them compiled in
dm.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/modules/dm/Makefile
cvs rdiff -r0 -r1.1 src/sys/modules/dm/dm_target_error/Makefile
cvs rdiff -r0 -r1.1 src/sys/modules/dm/dm_target_snapshot/Makefile
cvs rdiff -r0 -r1.1 src/sys/modules/dm/dm_target_zero/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