btrfs: clarify btrfs_lookup_bio_sums documentation
authorOmar Sandoval <osandov@fb.com>
Thu, 16 Apr 2020 21:46:16 +0000 (14:46 -0700)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:25 +0000 (11:25 +0200)
commitfb30f4707d421add0f4bf9a08bb228daac273b9f
tree163e2784f9e69c0032d9f45e11b28fe7a58f27ed
parentf337bd7478178f4c5e2b825fdb8dfaa266c344a2
btrfs: clarify btrfs_lookup_bio_sums documentation

Fix a couple of issues in the btrfs_lookup_bio_sums documentation:

* The bio doesn't need to be a btrfs_io_bio if dst was provided. Move
  the declaration in the code to make that clear, too.
* dst must be large enough to hold nblocks * csum_size, not just
  csum_size.

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