Skip to content

KFileSystemType don't lie if we don't know

Dāvis Mosāns requested to merge davism/kcoreaddons:fstype into master

Currently if we determine filesystem type is FUSE_SUPER_MAGIC we return Nfs but that's wrong because mounting NTFS filesystem it would also return this type. So let's not lie if we don't know.

I fixed correct usage in kio!970 and no one should be using it that way.

Merge request reports