]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: make btrfs_check_repairable() static
authorOmar Sandoval <osandov@fb.com>
Thu, 16 Apr 2020 21:46:18 +0000 (14:46 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:25 +0000 (11:25 +0200)
commit2163526e37ecb4a9f5abfc4058a4da3fd032056f
tree85a244f05622ce49c33b37bfc83a2d532f8fc8af
parentc22c0ea3f9e35925ad3c097ce625d1114cc61dcd
btrfs: make btrfs_check_repairable() static

Since its introduction in commit 2832e509235f ("Btrfs: split
bio_readpage_error into several functions"), btrfs_check_repairable()
has only been used from extent_io.c where it is defined.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h