From: Al Viro Date: Thu, 4 Jun 2015 18:13:14 +0000 (-0400) Subject: ufs: the offsets ufs_block_to_path() puts into array are not sector_t X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3911f3d704d681477cdb4e1a2bfd52d5e42d23;p=pandora-kernel.git ufs: the offsets ufs_block_to_path() puts into array are not sector_t type makes no sense - those are indices in block number arrays, not block numbers. And no, UFS is not likely to grow indirect blocks with 4Gpointers in them... Signed-off-by: Al Viro --- Reading git-diff-tree failed