Revision 29a951dfb3c3263c3a0f3bd9f7f2c2cfde4baedb authored by Linus Torvalds on 08 January 2021, 21:13:41 UTC, committed by Linus Torvalds on 16 January 2021, 18:46:39 UTC
Turning page table entries read-only requires the mmap_sem held for
writing.

So stop doing the odd games with turning things from read locks to write
locks and back.  Just get the write lock.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 1d94330
History
File Mode Size
Documentation
feature
tests
.gitignore -rw-r--r-- 47 bytes
Build -rw-r--r-- 42 bytes
Build.include -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 1.1 KB
Makefile.build -rw-r--r-- 3.9 KB
Makefile.feature -rw-r--r-- 8.2 KB
Makefile.include -rw-r--r-- 257 bytes
fixdep.c -rw-r--r-- 3.7 KB

back to top