diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-06-19 01:06:21 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-07-06 17:39:58 -0400 |
commit | 721435a7679e13f810133dbea769f87ad7bae3a1 (patch) | |
tree | 54dcf11089989e1536cb2bcc612ffccba44c20d7 /fs/hfsplus | |
parent | 177848a018cb2cb196feac2990814ac8d7bb3c8e (diff) | |
download | linux-721435a7679e13f810133dbea769f87ad7bae3a1.tar.bz2 |
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>
Diffstat (limited to 'fs/hfsplus')
0 files changed, 0 insertions, 0 deletions