mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +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;
|
||||
struct Volume
|
||||
*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
|
||||
* for the cache entry to be valid */
|
||||
struct Lock lock; /* Internal lock */
|
||||
|
Loading…
Reference in New Issue
Block a user