[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Implement sharding for FSFS

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2007-04-04 22:56:25 CEST

On Wed, Apr 04, 2007 at 02:37:49PM -0400, David Glasser wrote:
> On 4/4/07, Malcolm Rowe <malcolm@farside.org.uk> wrote:
> >+ if (max_files_per_dir)
> >+ contents = apr_psprintf(pool,
> >+ "%d\n"
> >+ "layout sharded %d\n",
> >+ format, max_files_per_dir);
> >+ else
> >+ contents = apr_psprintf(pool,
> >+ "%d\n"
> >+ "linear", format);
> >+ }
>
> I haven't had a chance to test this, but doesn't this want to be
> "layout linear\n", not just "linear"?
>

Yes, it does. I didn't have any way to test that combination before,
though defining DEFAULT_MAX_FILES_PER_DIR to zero should work.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Wed Apr 4 22:56:46 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.