]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/fs/tmpfs/tmpfs_subr.c
vm_ooffset_t is now unsigned
authorEric van Gyzen <vangyzen@FreeBSD.org>
Fri, 18 Sep 2020 16:48:08 +0000 (16:48 +0000)
committerEric van Gyzen <vangyzen@FreeBSD.org>
Fri, 18 Sep 2020 16:48:08 +0000 (16:48 +0000)
commitf9cc8410e16ab0870c218b7a9541464ef10a8d34
tree70cab1a48a5c749a8b8d98b017db20d8f4dd42a7
parent6dadc5d1cdec44cad788c3cc5135ddb858885212
vm_ooffset_t is now unsigned

vm_ooffset_t is now unsigned. Remove some tests for negative values,
or make other adjustments accordingly.

Reported by: Coverity
Reviewed by: kib markj
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D26214
sys/dev/fb/fbd.c
sys/dev/ksyms/ksyms.c
sys/dev/vt/hw/fb/vt_fb.c
sys/fs/tmpfs/tmpfs_subr.c
sys/kern/uipc_shm.c
sys/kern/vfs_vnops.c
sys/vm/vnode_pager.c