From b0dfa3eb3e9af183aeb69e865e8ce7bbef46d740 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Sun, 17 Oct 2010 02:44:14 +0100 Subject: [PATCH] disable filters - too slow --- lib/ID3FS/Fuse.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ID3FS/Fuse.pm b/lib/ID3FS/Fuse.pm index 058b868..50e7060 100644 --- a/lib/ID3FS/Fuse.pm +++ b/lib/ID3FS/Fuse.pm @@ -97,7 +97,9 @@ sub getdir return(-ENOTDIR()) unless($path->isdir()); my @dents=(); my($dirs, $files)=$path->dirents(); - push(@dents, $path->filter(@$dirs)); + # too slow +# push(@dents, $path->filter(@$dirs)); + push(@dents, @$dirs); push(@dents, @$files); if(@dents) { -- 2.11.0