Windows: AFSCommonWrite STATUS_PENDING is Success
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 9 Jan 2014 14:58:56 +0000 (09:58 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Thu, 9 Jan 2014 19:21:53 +0000 (11:21 -0800)
commit2d5f0a971baa05fc1a79726265a8235a0ebca4c0
tree664834ea734ca7fb5bedb71d7ad63fc2fca66e07
parentd5bcff7429dd9972b17055a9abd98f3a590dee68
Windows: AFSCommonWrite STATUS_PENDING is Success

AFSCommonWrite() can return STATUS_PENDING if the write has been
deferred.  In that case, the function exit must not:

 * Update the Valid Data Length

 * Purge the cache

 * or do anything else related to the request

Change-Id: Ib34bef3a1d56d452babcaf1f3cfbf77fe8f93388
Reviewed-on: http://gerrit.openafs.org/10685
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSWrite.cpp