Bug 375623 - Exclude AFS from search by default
Summary: Exclude AFS from search by default
Status: RESOLVED FIXED
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.28.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Pinak Ahuja
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-27 16:57 UTC by Dennis Schridde
Modified: 2025-08-21 15:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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