btrfs: rename __readpage_endio_check to check_data_csum
authorOmar Sandoval <osandov@fb.com>
Thu, 16 Apr 2020 21:46:17 +0000 (14:46 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:25 +0000 (11:25 +0200)
commit47df7765a803a3333dda7f1452581e1641f984b0
treeaac106e12c6847702aa6a264cfb25453c2c704f7
parentfb30f4707d421add0f4bf9a08bb228daac273b9f
btrfs: rename __readpage_endio_check to check_data_csum

__readpage_endio_check() is also used from the direct I/O read code, so
give it a more descriptive name.

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/inode.c