CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/06 06:22:07
Modified files:
sys/dev/pci/drm: drm_gem_cma_helper.c
Log message:
Remove unused `anon' argument from uvmfault_unlockall().
It won't be used when amap and anon locking will be introduced.
This "fixes" passing a unrelated/uninitialized pointer in an error path
in case of memory shortage.
ok kettenis@
