commit | 4f84bd7f99fb67475e17e1cdca412e5d14bd3f45 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Aug 21 16:38:15 2019 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 09 14:59:11 2019 +0200 |
tree | 179e29db2b57711f087bc6bd25d062f531a9d4f4 | |
parent | b0c1fe1eaf5eea10e8d577545298b6d5f9f7ff38 [diff] |
btrfs: Make reada_tree_block_flagged private This function is used only for the readahead machinery. It makes no sense to keep it external to reada.c file. Place it above its sole caller and make it static. No functional changes. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>