Merge pull request #665 from harshavardhana/pr_out_fix_wrong_tmpfs_listing_in_document_filesystem_map

This commit is contained in:
Harshavardhana 2015-06-23 23:17:21 -07:00
commit fbee8f8122
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func (d disk) formatBytes(i int64) (result string) {
// fsType2StrinMap - list of filesystems supported by donut // fsType2StrinMap - list of filesystems supported by donut
var fsType2StringMap = map[string]string{ var fsType2StringMap = map[string]string{
"01021994": "TMPFS", "1021994": "TMPFS",
"137d": "EXT", "137d": "EXT",
"4244": "HFS", "4244": "HFS",
"4d44": "MSDOS", "4d44": "MSDOS",