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: Tue Dec 3 15:47:38 UTC 2019
Modified Files:
src/sys/dev/dm: dm.h dm_ioctl.c dm_pdev.c dm_target_linear.c
dm_target_snapshot.c dm_target_stripe.c
Log Message:
dm: Include <sys/vnode.h> in dm.h
dm.h already depends on vnode, so have dm.h include <sys/vnode.h>
instead of other .c files.
taken-from: DragonFlyBSD
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/dm/dm.h
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/dm/dm_ioctl.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dm/dm_pdev.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/dm/dm_target_linear.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/dm/dm_target_snapshot.c
cvs rdiff -u -r1.25 -r1.26 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