commit | e2d622ae5bb50425fe1405db14a7a9fc0096014f | [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> | Fri Apr 15 15:39:25 2016 -0400 |
tree | 473027210b0625987b194b9315ab18fc2f9712f5 | |
parent | beed0fc1522296a6a7d5a1f7fd11d4418cfd62b7 [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>