commit | 9902af79c01a8e39bb99b922fa3eef6d4ea23d69 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Apr 15 15:08:36 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 02 19:49:28 2016 -0400 |
tree | b04cc75b5e4a028bfdb619e0a0a0f8cd71113ff2 | |
parent | d9171b9345261e0d941d92fdda5672b5db67f968 [diff] |
parallel lookups: actual switch to rwsem 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>