Windows: cm_scache flags missing interlocked ops
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 19 Jun 2013 17:52:51 +0000 (13:52 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 21 Jun 2013 17:48:23 +0000 (10:48 -0700)
commitab4b8629ac273a631ba9db62766a7190e0d0ae21
treeb447487ba0c55552d5a2e717b150dc268a1355b0
parent8ba81c38a5ebe53cb7a12673e7cd100b1dbd29ff
Windows: cm_scache flags missing interlocked ops

A small number of |= operations on the cm_scache.flags field were
not converted to _InterlockedOr.  Do so now.

Change-Id: Iebd361d53e46527bf3ffa0d20d006a5e90ab4967
Reviewed-on: http://gerrit.openafs.org/9993
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_scache.c