Remove now unused UDF_DIRHASH constants
This commit is contained in:
parent
805ebb2dbd
commit
96a16f2f23
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: udf.h,v 1.30 2009/02/08 19:14:52 reinoud Exp $ */
|
||||
/* $NetBSD: udf.h,v 1.31 2009/06/18 14:56:09 reinoud Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006, 2008 Reinoud Zandijk
|
||||
@ -116,11 +116,6 @@ extern int udf_verbose;
|
||||
#define UDF_ECCBUF_HASHSIZE (1<<UDF_ECCBUF_HASHBITS)
|
||||
#define UDF_ECCBUF_HASHMASK (UDF_ECCBUF_HASHSIZE -1)
|
||||
|
||||
#define UDF_DIRHASH_DEFAULTMEM (1024*1024)
|
||||
#define UDF_DIRHASH_HASHBITS 5
|
||||
#define UDF_DIRHASH_HASHSIZE (1<<UDF_DIRHASH_HASHBITS)
|
||||
#define UDF_DIRHASH_HASHMASK (UDF_DIRHASH_HASHSIZE -1)
|
||||
|
||||
#define UDF_ECCLINE_MAXFREE 5 /* picked, needs calculation */
|
||||
#define UDF_ECCLINE_MAXBUSY 300 /* picked, needs calculation */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user