sys/dev/disk/dm: Make global dm locks static
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 30 Sep 2015 16:25:19 +0000 (01:25 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 10 Oct 2015 12:38:16 +0000 (21:38 +0900)
commit637b454a55697a62e872a7eee3ae5aa90795f03f
tree3f54d467c5fb4767b2d6ec58695d03a9ac8ed7d1
parent78869e361e17abae0d1f2bd28264e5db9317528f
sys/dev/disk/dm: Make global dm locks static

These are all local to each file.

If ever needed by others, it should provide appropriate
interface instead of allowing access to raw lock variables.
sys/dev/disk/dm/dm_dev.c
sys/dev/disk/dm/dm_pdev.c
sys/dev/disk/dm/dm_target.c