mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-22 18:22:42 +00:00
drm: fix up mmap locking in preparation for ttm changes
This change is needed to protect againt disappearing maps which aren't common. The map lists are protected using sturct_mutex but drm_mmap never locked it. Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
040ac32048
commit
d7d8aac79d
1 changed files with 26 additions and 9 deletions
Loading…
Add table
Add a link
Reference in a new issue