Grishayev Anatoliy
Grishayev Anatoliy
I found when getattr returns { size = 0 } then kernel issues GETATTR request with FUSE_GETATTR_FH flag again, but response on this request is not used by kernel anyway....
If we comment this line: https://github.com/beyondgrep/ack3/blob/ed82082ae3bba2e789509d2454eb23adf6547fd6/lib/App/Ack/Filter/Default.pm#L27 and replace with "return 1" it also will work. also it is possible to work around the problem by using with type filters in...
also possible partial workaround is ```bash ack --known-types '' ```