readdir: don't process everything in one go
commitc48d6f29fcd26ba82deb2bc7f9d0fd2f2cf9bb1a
authorMarc Andre Tanner <mat@brain-dump.org>
Sat, 25 Sep 2010 10:55:05 +0000 (25 12:55 +0200)
committerMarc Andre Tanner <mat@brain-dump.org>
Sat, 25 Sep 2010 12:19:36 +0000 (25 14:19 +0200)
tree4dac32e3cc831858f47050266e1647245493f600
parent8c40a59ded149fc2634d974a15a5310b6be9d3e8
readdir: don't process everything in one go

Use seekdir and telldir instead and let fuse call us multiple times.

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
ciopfs.c