commit | 6192269444ebfbfb42e23c7a6a93c76ffe4b5e51 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 20 23:08:32 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 02 19:49:29 2016 -0400 |
tree | ec40fbbad46725d88f2c16b11ff5976d87f497bb | |
parent | 63b6df14134ddd048984c8afadb46e721815bfc6 [diff] |
introduce a parallel variant of ->iterate() New method: ->iterate_shared(). Same arguments as in ->iterate(), called with the directory locked only shared. Once all filesystems switch, the old one will be gone. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>