Windows: cm_MergeStatus now returns an error code
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 8 Nov 2012 05:24:14 +0000 (00:24 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 9 Nov 2012 04:38:23 +0000 (20:38 -0800)
commit45f0a9ba7f139749a969e73362194b380988116d
treea3becd3afcb5c826a74a3cc5b04d4ced7a32ce83
parent48b60478897e7cb22e9cc1adfa3b71c188572093
Windows: cm_MergeStatus now returns an error code

cm_MergeStatus() can fail if the AFSFetchStatus InterfaceVersion
field does not have the value 0x1 as that is the only version that
is defined by the protocol.  The return code will be CM_ERROR_INVAL.
cm_MergeStatus() returns 0 on success.

Update all of the call sites.

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