Al Viro 721435a767 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 <viro@zeniv.linux.org.uk>
2015-07-06 17:39:58 -04:00
..
2015-04-11 22:29:40 -04:00
2015-06-16 02:07:38 -04:00
2015-07-06 17:39:30 -04:00
2015-06-17 14:44:05 -04:00
2015-07-06 17:39:26 -04:00
2008-04-28 08:58:45 -07:00
2015-05-10 22:18:25 -04:00
2012-07-22 23:58:16 +04:00
2015-07-06 17:39:30 -04:00
2011-03-23 19:46:19 -07:00