Commit 25269ef
committed
Fix building on arm64
github.com/containerd/continuity/fs
fs/du_unix.go:66:31: invalid operation: stat.Blocks * stat.Blksize (mismatched types int64 and int32)
fs/du_unix.go:97:31: invalid operation: stat.Blocks * stat.Blksize (mismatched types int64 and int32)
Signed-off-by: Shengjing Zhu <[email protected]>1 parent 310e183 commit 25269ef
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments