summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2015-06-19 01:06:21 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2015-07-06 17:39:58 -0400
commit721435a7679e13f810133dbea769f87ad7bae3a1 (patch)
tree54dcf11089989e1536cb2bcc612ffccba44c20d7 /fs/hfsplus
parent177848a018cb2cb196feac2990814ac8d7bb3c8e (diff)
downloadlinux-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