mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Refactor fsType() to use a platform-specific formatFsType() helper that translates filesystem magic numbers to human-readable names. On Linux, tmpfs filesystems now display as "tmpfs" instead of the raw magic number. Signed-off-by: Davanum Srinivas <davanum@gmail.com>