|
@@ -148,7 +148,7 @@ static struct list_head ownerstr_hashtbl[OWNER_HASH_SIZE];
|
|
/* hash table for nfs4_file */
|
|
/* hash table for nfs4_file */
|
|
#define FILE_HASH_BITS 8
|
|
#define FILE_HASH_BITS 8
|
|
#define FILE_HASH_SIZE (1 << FILE_HASH_BITS)
|
|
#define FILE_HASH_SIZE (1 << FILE_HASH_BITS)
|
|
-#define FILE_HASH_MASK (FILE_HASH_SIZE - 1)
|
|
|
|
|
|
+
|
|
/* hash table for (open)nfs4_stateid */
|
|
/* hash table for (open)nfs4_stateid */
|
|
#define STATEID_HASH_BITS 10
|
|
#define STATEID_HASH_BITS 10
|
|
#define STATEID_HASH_SIZE (1 << STATEID_HASH_BITS)
|
|
#define STATEID_HASH_SIZE (1 << STATEID_HASH_BITS)
|