Module Name: src Committed By: riastradh Date: Mon Mar 2 17:34:23 UTC 2015
Modified Files: src/sys/external/bsd/drm2/drm: drm_vma_manager.c Log Message: Don't sleep in the drm_vma allocator. Fail with ENOSPC, not ENOMEM. Caller has dev->struct_mutex locked and will handle ENOSPC anyway. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/drm/drm_vma_manager.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.