Source-Changes archive

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

CVS commit: src/sys/dev/dm



Module Name:    src
Committed By:   haad
Date:           Thu Feb 19 23:07:33 UTC 2009

Modified Files:
        src/sys/dev/dm: dm.h dm_ioctl.c dm_target.c dm_target_error.c
            dm_target_mirror.c dm_target_snapshot.c dm_target_zero.c

Log Message:
Add support for autoloading of device-mapper targets modules. Add
dm_target_autoload function which tries to load target module. Fix two
deadlocks in dm_table_load_ioctl error path(I forgot to call dm_dev_unbusy).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/dm/dm.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/dm/dm_ioctl.c src/sys/dev/dm/dm_target.c \
    src/sys/dev/dm/dm_target_error.c src/sys/dev/dm/dm_target_zero.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/dm/dm_target_mirror.c
cvs rdiff -r1.7 -r1.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