This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114368/

Review request for kdelibs.
By Ralf Habacker.

Updated Dec. 9, 2013, 6:16 p.m.

Bugs: 184062
Repository: kdelibs

Description

KMountPoint::List::findByPath() calls realpath for each given path.
When using NetworkManager controlled connections on resume these calls
are blocked, because the connection is not ready at this state.
The function returns from the blocking state after a very long timeout (several minutes) . 
    
This patch avoids blocking realpath calls for pathes directly located in
/etc/mtab. As far as I can see there is no need to call realpath for this cases.

Testing

opensuse 12.2 x86_64, KDE 4.11.2

Diffs

  • kdecore/io/kmountpoint.cpp (d06d796)

View Diff