From: Bob Peterson Date: Wed, 6 Aug 2014 13:08:36 +0000 (-0400) Subject: GFS2: Change maxlen variables to size_t X-Git-Tag: fixes-for-v3.18-merge-window~113^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b650738cd093a9f9e9551db9ce5cd68acd842dc0;p=pandora-kernel.git GFS2: Change maxlen variables to size_t This patch changes some variables (especially maxlen in function gfs2_block_map) from unsigned int to size_t. We need 64-bit arithmetic for very large files (e.g. 1PB) where the variables otherwise get shifted to all 0's. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed