[PATCH] add a might_sleep() check to kmap()
kmap() can sleep, but rarely does. Add a check for kmap() being called from inappropriate contexts.
Showing
Please register or sign in to comment
kmap() can sleep, but rarely does. Add a check for kmap() being called from inappropriate contexts.