shirou / gopsutil

psutil for golang
Other
10.36k stars 1.57k forks source link

[linux][disk]: fix Rdev cast #1575

Closed shirou closed 6 months ago

shirou commented 7 months ago

Add uint64 cast. perhaps this can fix #1574, but we need more information.

related: #1573

CoiaPrant233 commented 7 months ago

https://cs.opensource.google/go/x/sys/+/refs/tags/v0.15.0:unix/ztypes_linux_mips.go#L92

Lines 92

Not all arch of linux is uint64, so must convert it