Btrfs: fix __MAX_CSUM_ITEMS
authorChris Mason <clm@fb.com>
Wed, 3 Aug 2016 21:05:46 +0000 (14:05 -0700)
committerChris Mason <clm@fb.com>
Wed, 3 Aug 2016 21:08:37 +0000 (14:08 -0700)
commit42049bf60db4c01e0432fc861463dcd3208c0d93
treed0adda9b536d5c9cd12fcbae46c49569e9123f36
parent023a824f04754a4ed5efc16ee8e41bb932878b0b
Btrfs: fix __MAX_CSUM_ITEMS

Jeff Mahoney's cleanup commit (14a1e067b4) wasn't correct for csums on
machines where the pagesize >= metadata blocksize.

This just reverts the relevant hunks to bring the old math back.

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/file-item.c