HomeFreeBSD

umtx: shm: 'ushm_refcnt > 0' => 'ushm_refcnt != 0'

Description

umtx: shm: 'ushm_refcnt > 0' => 'ushm_refcnt != 0'

'ushm_refcnt' is unsigned. Don't leave the impression it isn't.

No functional change (intended).

Reviewed by: kib
Approved by: emaste (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46126

(cherry picked from commit c75a18905e308f69b01f19c3d7d613883a008e79)

Details

Provenance
olceAuthored on Wed, Sep 4, 2:38 PM
emasteCommitted on Wed, Sep 4, 3:00 PM
Reviewer
kib
Differential Revision
Restricted Differential Revision
Parents
rGb20ae1608720: umtx: shm: Prevent reference counting overflow
Branches
Unknown
Tags
Unknown