git: sys/dev/disk/dm: Make global dm locks static

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Oct 10 05:46:03 PDT 2015


commit 637b454a55697a62e872a7eee3ae5aa90795f03f
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu Oct 1 01:25:19 2015 +0900

    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.

Summary of changes:
 sys/dev/disk/dm/dm_dev.c    | 4 ++--
 sys/dev/disk/dm/dm_pdev.c   | 2 +-
 sys/dev/disk/dm/dm_target.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/637b454a55697a62e872a7eee3ae5aa90795f03f


-- 
DragonFly BSD source repository



More information about the Commits mailing list