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: Tue Jul 22 23:36:06 UTC 2008
Modified Files:
src/sys/dev/dm [haad-dm]: dm.h dm_ioctl.c dm_target_error.c
dm_target_linear.c dm_target_snapshot.c dm_target_zero.c
Log Message:
Change parsing of parameter string. Remove knowledge about pramaer string
from dm_table_load_ioctl and move it to target_init routines. Parameter
string is targets specific and therefore only target routine know how to
parse it correctly. Remove unneeded parameter from dm_target_*_init(argc)
and change dm target routines accordingly.
Simplify dm_table_load_ioctl and move pdev inserting code to target init
funstions.
To generate a diff of this commit:
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/sys/dev/dm/dm.h src/sys/dev/dm/dm_ioctl.c \
src/sys/dev/dm/dm_target_linear.c src/sys/dev/dm/dm_target_zero.c
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/sys/dev/dm/dm_target_error.c
cvs rdiff -r1.1.2.1 -r1.1.2.2 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