git: drm - Fix improper M_NOWAIT usage
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Nov 26 12:20:36 PST 2014
commit f8677ba6eac632e78c51251ee394c8b41dab960f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Nov 26 12:19:57 2014 -0800
drm - Fix improper M_NOWAIT usage
* Remove numerous mis-uses of M_NOWAIT, replacing with M_WAITOK | M_NULLOK.
Summary of changes:
sys/dev/drm/drm_agpsupport.c | 4 ++--
sys/dev/drm/drm_auth.c | 2 +-
sys/dev/drm/drm_bufs.c | 29 ++++++++++++++++-------------
sys/dev/drm/drm_context.c | 4 ++--
sys/dev/drm/drm_dma.c | 3 ++-
sys/dev/drm/drm_fops.c | 2 +-
sys/dev/drm/drm_ioctl.c | 2 +-
sys/dev/drm/drm_mm.c | 6 ++++--
sys/dev/drm/drm_pci.c | 3 ++-
sys/dev/drm/drm_sysctl.c | 4 ++--
sys/dev/drm/i915/i915_irq.c | 2 +-
sys/dev/drm/i915/intel_display.c | 2 +-
sys/dev/drm/i915/intel_overlay.c | 2 +-
sys/dev/drm/include/drm/drmP.h | 6 +++---
14 files changed, 39 insertions(+), 32 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f8677ba6eac632e78c51251ee394c8b41dab960f
--
DragonFly BSD source repository
More information about the Commits
mailing list