]> git.ipfire.org Git - people/ms/dma.git/commit - dma.h
dma: rewrite file management
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 20 Jul 2009 19:53:32 +0000 (21:53 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Tue, 21 Jul 2009 22:13:15 +0000 (00:13 +0200)
commit87bdbc01d88166fcff0b5a1c2c0090fe8e0f959e
treec6a3212afe7042c9037ca2f573732677ef6cad0f
parent1c3e35461c97bc05bb7e8cf5b97690a2d38716f1
dma: rewrite file management

Close files as early as possible, possibly re-open them later.  This is
so that we avoid filedesc sharing problems completely and that we won't
run out of fdesc in case of a large queue.
dma.c
dma.h
spool.c