Re: Max open files....

Andrew Tridgell (tridge@samba.anu.edu.au)
Tue, 21 Apr 1998 01:10:18 +1000

From:	Andrew Tridgell <tridge@samba.anu.edu.au>
To:	samba-technical@samba.anu.edu.au
Subject: Re: Max open files....
Message-Id: <19980420151024Z12631025-456+10246@samba.anu.edu.au>
Date:	Tue, 21 Apr 1998 01:10:18 +1000

> Lemme know what you'd like to do.

Thanks, but the problem isn't the file idling API (we already have
some code I can re-use from the directory idling) it's changing all
the places that currently depend on the Files[] array and the 1-1
mapping of fnum to Files[] indexes. Some fairly hairy code depends on
that stuff.

The first thing will be to abstract out Files[] and fnum. After that
adding file idling is a cinch :-)

Cheers, Andrew