Bug 375623

Summary: Exclude AFS from search by default
Product: [Frameworks and Libraries] frameworks-baloo Reporter: Dennis Schridde <dennis.schridde>
Component: generalAssignee: Pinak Ahuja <pinak.ahuja>
Status: RESOLVED FIXED    
Severity: wishlist CC: nate
Priority: NOR    
Version First Reported In: 5.28.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Dennis Schridde 2017-01-27 16:57:10 UTC
AFS (Andrew File System) is a global distributed file system. It should not be indexed by default, just as e.g. NFS is not indexed by default, either.
Comment 1 Bug Janitor Service 2025-06-23 17:55:38 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/513
Comment 2 Christoph Cullmann 2025-08-21 15:43:18 UTC
Git commit a1ebd8278410cbb47a16024f9eb1719a1444a2d1 by Christoph Cullmann.
Committed on 21/08/2025 at 15:43.
Pushed by cullmann into branch 'master'.

add AFS as remote file system

see e.g.

https://github.com/openafs/openafs/blob/master/src/afs/LINUX/osi_vfsops.c

for the name

avoid std::array with fixed size,
constexpr array with std::begin/end removes the need for that

M  +5    -6    src/lib/io/kfilesystemtype.cpp

https://invent.kde.org/frameworks/kcoreaddons/-/commit/a1ebd8278410cbb47a16024f9eb1719a1444a2d1