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:   tkusumi
Date:           Fri Dec 20 16:16:36 UTC 2019

Modified Files:
        src/sys/dev/dm: dm.h dm_pdev.c dm_target_linear.c dm_target_stripe.c

Log Message:
dm: Fix "table" output format of dm-linear and dm-stripe

The existing "table" output showing device file path of pdev is
not compatible with dm in Linux kernel (and also DragonFlyBSD).
It should be showing "major:minor" instead.

taken-from: DragonFlyBSD


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/dm/dm.h
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/dm/dm_pdev.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/dm/dm_target_linear.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/dm/dm_target_stripe.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