Skip to content

KFileSystem: consider non-block FUSE devices as NFS (remote FS)

Prior to change !255 (merged), Fuse was defined as NFS for years.

Therefore, I suggest that devices that are non-block in the opinion of udev be considered NFS here (so that in KIO it is considered as isSlow()).

It's necessary for these MR to work:

  1. kio!1532 (merged)
  2. kio!1533 (merged)
  3. kio!1534 (merged)

P.S I see that there (kio!970) have already been attempts to improve the isSlow() function in KIO using KMountPoint, but I understand that there are still some problems for this.

Edited by Sergey Katunin

Merge request reports