vnode-nusers-avoid-potential-overflow-20050428

a byte is very small...
This commit is contained in:
Derrick Brashear 2005-04-28 06:02:19 +00:00
parent 965864f2ed
commit 1e75a2fdc1

View File

@ -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 */