[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kio] src/core: KMountPoint::probablySlow() => fixes for current NFS version and revert the dection 
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2016-09-08 11:43:47
Message-ID: E1bhxkB-0002pu-Vo () code ! kde ! org
[Download RAW message or body]

Git commit d5224eef14c32e40265c6bd690662474717a69a5 by Christoph Cullmann.
Committed on 08/09/2016 at 11:42.
Pushed by cullmann into branch 'master'.

KMountPoint::probablySlow() => fixes for current NFS version and revert the dection of FUSE mounts

CHANGELOG: classify nfs4 mounts as probablySlow, like nfs/cifs/...

REVIEW: 128788

M  +1    -2    src/core/kmountpoint.cpp

http://commits.kde.org/kio/d5224eef14c32e40265c6bd690662474717a69a5

diff --git a/src/core/kmountpoint.cpp b/src/core/kmountpoint.cpp
index 9d46868..e87585f 100644
--- a/src/core/kmountpoint.cpp
+++ b/src/core/kmountpoint.cpp
@@ -538,8 +538,7 @@ bool KMountPoint::probablySlow() const
         || d->mountType == QLatin1String("nfs4")
         || d->mountType == QLatin1String("cifs")
         || d->mountType == QLatin1String("autofs")
-        || d->mountType == QLatin1String("subfs")
-        || d->mountType == QLatin1String("fuse");
+        || d->mountType == QLatin1String("subfs");
 }
 
 bool KMountPoint::testFileSystemFlag(FileSystemFlag flag) const
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic