post-1-3-70-windows-changes-20040816
[openafs.git] / src / WINNT / afsd / cm_buf.h
index 8840aae..8826e1d 100644 (file)
@@ -72,7 +72,7 @@ typedef struct cm_buf {
                                 */
         struct cm_buf *allp;   /* next in all list */
        osi_mutex_t mx;         /* mutex protecting structure except refcount */
-        int refCount;          /* reference count */
+    int refCount;              /* reference count (buf_globalLock) */
         long idCounter;                /* counter for softrefs; bumped at each recycle */
         long dirtyCounter;     /* bumped at each dirty->clean transition */
 #ifdef notdef