thozza pointed out that `int` is platform dependent which results in a fs size that is too small for 32-bit machines. This commit changes the filesystem custimizations to use `uint64` instead of `int` |
||
|---|---|---|
| .. | ||
| customizations.go | ||
| disk.go | ||
| disk_test.go | ||
thozza pointed out that `int` is platform dependent which results in a fs size that is too small for 32-bit machines. This commit changes the filesystem custimizations to use `uint64` instead of `int` |
||
|---|---|---|
| .. | ||
| customizations.go | ||
| disk.go | ||
| disk_test.go | ||