zfs
zfs copied to clipboard
VNOP_SEARCHFS
We will at some point need a searchfs VNOP in our version. ZEVO has one implemented, and the spotlight utilities attempts to call our missing implementation.
This is fairly non-trivial, but completely stand alone. It may or may not require the "known to be broken" getdirattr family of functions to first be fixed.
Cross-reference:
Possible cross-reference, in the MacZFS-devel group:
Performance for find(1) and some other types of file operation: searchfs
spotlight is working, so I guess we can close this issue?
Searchfs isn't really used by spotlight, but a kernel op the search filesystems "faster". So it remains true we do not have it, I was hoping APPLE would deprecate it :)
so we leave this issue open? :)
@lundman Close this issue or is this still a thing we could have and maybe should have?