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 16:22:01 UTC 2019
Modified Files:
src/sys/dev/dm: dm_dev.c dm_pdev.c dm_target.c
Log Message:
dm: Make global dm locks static
These are all per-file locks which protect dev/pdev/target structure.
taken-from: DragonFlyBSD
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/dm/dm_dev.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/dm/dm_pdev.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/dm/dm_target.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