Review Request 114368: Fix freeze of plasma-desktop after resume using smb/nfs mounts in /etc/mtab.

Ralf Habacker ralf.habacker at freenet.de
Mon Dec 9 17:16:56 GMT 2013


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

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


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20131209/8ed6de88/attachment.htm>


More information about the kde-core-devel mailing list