Bump maximum number of allocation extents descriptors in a file/directory;

10 did seem far too many, but aparently ``640 kb should be enough for
everyone''.
This commit is contained in:
reinoud 2008-06-25 15:27:14 +00:00
parent b50b2ac3ed
commit 7536094ea3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: udf.h,v 1.12 2008/05/15 14:22:40 reinoud Exp $ */
/* $NetBSD: udf.h,v 1.13 2008/06/25 15:27:14 reinoud Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
@ -135,7 +135,7 @@ SYSCTL_SETUP_PROTO(sysctl_vfs_udf_setup);
#define UDF_PMAPS 5 /* overkill */
#define UDF_LVDINT_SEGMENTS 100 /* big overkill */
#define UDF_LVINT_LOSSAGE 4 /* lose 2 openings */
#define UDF_MAX_ALLOC_EXTENTS 10 /* overkill */
#define UDF_MAX_ALLOC_EXTENTS 50 /* overkill */
/* constants */