From: Al Viro Date: Thu, 18 Jun 2015 18:36:31 +0000 (-0400) Subject: ufs_trunc_...indirect(): pass the array of indices instead of offsets X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85416288bf730cffb61ab6ce8a7b97b17c73458f;p=pandora-kernel.git ufs_trunc_...indirect(): pass the array of indices instead of offsets rather than bitslicing the offset just formed as sum of shifted indices, pass the array of those indices itself. NULL is used as equivalent of "all zeroes" (== free the entire branch). Signed-off-by: Al Viro --- Reading git-diff-tree failed