mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-29 06:43:55 +00:00
9902af79c0
ta-da! The main issue is the lack of down_write_killable(), so the places like readdir.c switched to plain inode_lock(); once killable variants of rwsem primitives appear, that'll be dealt with. lockdep side also might need more work Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>