mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
vnode-nusers-avoid-potential-overflow-20050428
a byte is very small...
This commit is contained in:
parent
965864f2ed
commit
1e75a2fdc1
@ -138,7 +138,7 @@ typedef struct Vnode {
|
|||||||
VnodeId vnodeNumber;
|
VnodeId vnodeNumber;
|
||||||
struct Volume
|
struct Volume
|
||||||
*volumePtr; /* Pointer to the volume containing this file */
|
*volumePtr; /* Pointer to the volume containing this file */
|
||||||
byte nUsers; /* Number of lwp's who have done a VGetVnode */
|
bit32 nUsers; /* Number of lwp's who have done a VGetVnode */
|
||||||
bit32 cacheCheck; /* Must equal the value in the volume Header
|
bit32 cacheCheck; /* Must equal the value in the volume Header
|
||||||
* for the cache entry to be valid */
|
* for the cache entry to be valid */
|
||||||
struct Lock lock; /* Internal lock */
|
struct Lock lock; /* Internal lock */
|
||||||
|
Loading…
Reference in New Issue
Block a user