[disk][linux] Fix #555 for kernels >=2.6.26

This commit is contained in:
Lomanic 2019-09-01 13:11:24 +02:00
parent 2f74cb5178
commit e4ec7b275a
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ func PartitionsWithContext(ctx context.Context, all bool) ([]PartitionStat, erro
d = PartitionStat{
Device: device,
Mountpoint: mountPoint,
Mountpoint: unescapeFstab(mountPoint),
Fstype: fstype,
Opts: mountOpts,
}