From: Al Viro Date: Fri, 19 Jun 2015 05:06:21 +0000 (-0400) Subject: ufs_inode_getblock(): pass index instead of 'fragment' X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721435a7679e13f810133dbea769f87ad7bae3a1;p=pandora-kernel.git ufs_inode_getblock(): pass index instead of 'fragment' The value passed to ufs_inode_getblock() as the 3rd argument had lower bits ignored; the upper bits were shifted down and used and they actually make sense - those are _lower_ bits of index in indirect block (i.e. they form the index within a fragment within an indirect block). Pass those as argument. Upper bits of index (i.e. the number of fragment within indirect block) will join them shortly. Signed-off-by: Al Viro --- Reading git-diff-tree failed