Skip to content

KMountPoint: deprecate NeedRealDeviceName flag

Ahmad Samir requested to merge work/ahmad/kmountpoint-options into master

Basically it involves using QFileInfo::canonicalFilePath() to get the absolute path to the block device (e.g. /dev/foo), which involves resolving symlinks, which doesn't seem like a lot of optimisation after all the stat() system calls used in KMountPoint.

Edited by Ahmad Samir

Merge request reports