project-machine / puzzlefs

Apache License 2.0
378 stars 18 forks source link

Off by one error in find_inode from format/src/types.rs #96

Closed ariel-miculas closed 12 months ago

ariel-miculas commented 1 year ago

right should be inode_count - 1 instead of inode_count