commit | 0ef6447a3d2f014e49069c4da33f905ed803aa2a | [log] [tgz] |
---|---|---|
author | Feifei Xu <xufeifei@linux.vnet.ibm.com> | Wed Jun 01 19:18:24 2016 +0800 |
committer | David Sterba <dsterba@suse.com> | Thu Jun 02 19:22:49 2016 +0200 |
tree | 4a6640e63442d44d32bedc2a6c854d998bc79872 | |
parent | 5473e0c426ffaeaa19734987b153c2a7f33b8706 [diff] |
Btrfs: Fix integer overflow when calculating bytes_per_bitmap On ppc64, bytes_per_bitmap will be (65536*8*65536). Hence append UL to fix integer overflow. Reviewed-by: Josef Bacik <jbacik@fb.com> Reviewed-by: Chandan Rajendra <chandan@linux.vnet.ibm.com> Signed-off-by: Feifei Xu <xufeifei@linux.vnet.ibm.com> Signed-off-by: David Sterba <dsterba@suse.com>