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

Review request for kdelibs.


Bugs: 184062
    http://bugs.kde.org/show_bug.cgi?id=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.


Diffs
-----

  kdecore/io/kmountpoint.cpp d06d796 

Diff: http://git.reviewboard.kde.org/r/114368/diff/


Testing
-------

opensuse 12.2 x86_64, KDE 4.11.2


Thanks,

Ralf Habacker

Reply via email to