You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we get a giant file we start walking all the blocks one by one patiently reading direct and indirect blocks to ascertain that yet again the block is a gap.
What we should do is spot that either the first or second indirect is 0 and skip on 256 blocks or 64K blocks by making getblkno also return the next viable candidate block to inspect.
The text was updated successfully, but these errors were encountered:
If we get a giant file we start walking all the blocks one by one patiently reading direct and indirect blocks to ascertain that yet again the block is a gap.
What we should do is spot that either the first or second indirect is 0 and skip on 256 blocks or 64K blocks by making getblkno also return the next viable candidate block to inspect.
The text was updated successfully, but these errors were encountered: