fix: add integer code for Windows Subsystem for Linux filesystem (#8010)

This commit is contained in:
maihde 2019-08-01 09:00:57 -04:00 committed by Harshavardhana
parent c301f5882d
commit d966d29fed
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ var fsType2StringMap = map[string]string{
"794c7630": "overlayfs",
"2fc12fc1": "zfs",
"ff534d42": "cifs",
"53464846": "wslfs",
}
// getFSType returns the filesystem type of the underlying mounted filesystem