Revision 6246e99...
Go back to digest for 30th March 2014Bug Fixes in KDE Base
Tomáš Trnka committed changes in [kdelibs/KDE/4.13] kio/kfile/kdiskfreespaceinfo.cpp:
Avoid unnecessary automounting in KDiskFreeSpaceInfo::freeSpaceInfo
Previously, all unmounted autofs mountpoints were always mounted
by krunner/plasma-desktop on startup, defeating the purpose of
automounting. Let's ignore the unmounted filesystems instead when
gathering free space stats, just like the "df" utility does.
Everything still gets mounted properly on first real access.
v2: Use directory size instead of hardcoded "autofs" type
REVIEW:117044
File Changes
Modified 1 files
- kio/kfile/kdiskfreespaceinfo.cpp
1 files changed in total