git: kernel: Fix some wrong porting of *_TRYLOCK() macros.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jul 21 01:50:48 PDT 2018


commit 7968600a99a7e77eaa71e9c4a5fa0870956b92d1
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jul 21 10:45:29 2018 +0200

    kernel: Fix some wrong porting of *_TRYLOCK() macros.
    
    Of these three, only CHN_TRYLOCK() is used in actual, active code,
    but it is in the SNDCTL_DSP_SYNCSTART ioctl which in turn is not
    used in base or in dports.
    
    ARCMSR_LOCK_TRY() and PCM_TRYLOCK() are not used at all.

Summary of changes:
 sys/dev/raid/arcmsr/arcmsr.h | 2 +-
 sys/dev/sound/pcm/channel.h  | 2 +-
 sys/dev/sound/pcm/sound.h    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7968600a99a7e77eaa71e9c4a5fa0870956b92d1


-- 
DragonFly BSD source repository



More information about the Commits mailing list