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
fix(handler): introduce upper size limit for s_log_block_size
The maximum block size limit on a 64bit system is 65536
When creating a fake filesystem with `mkfs.ext4` and setting the block
size to -b 65536, the maximum value that s_log_block_size will reach is six.
0 commit comments