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:
parent
b50b2ac3ed
commit
7536094ea3
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue