commit | 602cbe91fb012a923a9fea880e600e004eb1543b | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Aug 21 18:48:25 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 09 14:59:15 2019 +0200 |
tree | 726a8c9f2373aa9136c7f3d7c6f404534f1a168d | |
parent | d2979aa25fc8de6498d906ae6b46b028457d6400 [diff] |
btrfs: move cond_wake_up functions out of ctree The file ctree.h serves as a header for everything and has become quite bloated. Split some helpers that are generic and create a new file that should be the catch-all for code that's not btrfs-specific. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: David Sterba <dsterba@suse.com>