From: Al Viro Date: Thu, 4 Jun 2015 18:27:23 +0000 (-0400) Subject: ufs: move calculation of offsets into ufs_getfrag_block() X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7068c8b178401637ef2fb068d6256c97d23f4a;p=pandora-kernel.git ufs: move calculation of offsets into ufs_getfrag_block() ... and massage ufs_frag_map() to take those instead of fragment number. As it is, we duplicate the damn thing on the write side, open-coded and bloody hard to follow. Signed-off-by: Al Viro --- Reading git-diff-tree failed