commit | 39d3d60a54df05a1a32fa71159d7a26a530dee6c | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Tue Jan 17 06:34:56 2017 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Feb 07 15:47:14 2017 +0100 |
tree | 176b1873dbc9d1a96abccf597ca91c82d27de87d | |
parent | d8514d8edb5b045cf7f708e14f888ce760d60f0b [diff] |
ovl: introduce copy up waitqueue The overlay sb 'copyup_wq' and overlay inode 'copying' condition variable are about to replace the upper sb rename_lock, as finer grained synchronization objects for concurrent copy up. Suggested-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>