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
For a 4MiB file, inode->i_blocks returned 1026, but the maximum block
count should be 1025 (including the index block). This commit rounds up
i_blocks precisely in simplefs_write_end.
0 commit comments