forked from KolibriOS/kolibrios
ext fs fix
git-svn-id: svn://kolibrios.org@6809 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
334c259808
commit
5d60fdc440
@ -809,8 +809,8 @@ getInodeLocation:
|
||||
mov ebx, [ebx+BGDESCR.inodeTable]
|
||||
mov ecx, [ebp+EXTFS.sectorsPerBlockLog]
|
||||
shl ebx, cl
|
||||
mov eax, edx
|
||||
mul [ebp+EXTFS.superblock.inodeSize]
|
||||
movzx eax, [ebp+EXTFS.superblock.inodeSize]
|
||||
mul edx
|
||||
mov edx, eax
|
||||
shr eax, 9
|
||||
and edx, 511
|
||||
|
Loading…
Reference in New Issue
Block a user