X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2FWINNT%2Fafsrdr%2Fkernel%2Flib%2FAFSClose.cpp;h=08b5a02c412b81b9490522187d5d43a57d734276;hp=62bcb21258b518afa64bafeac97e0fed456a8412;hb=94f96c6aae142478bf0824e7c3a3a810494a123d;hpb=a9a768fb7ac06c887c45f6ed144c312fe357ab1e diff --git a/src/WINNT/afsrdr/kernel/lib/AFSClose.cpp b/src/WINNT/afsrdr/kernel/lib/AFSClose.cpp index 62bcb21..08b5a02 100644 --- a/src/WINNT/afsrdr/kernel/lib/AFSClose.cpp +++ b/src/WINNT/afsrdr/kernel/lib/AFSClose.cpp @@ -487,25 +487,8 @@ AFSClose( IN PDEVICE_OBJECT LibDeviceObject, // Tear 'em down, we'll not be needing them again // - if( AFSTearDownFcbExtents( pFcb, - &pCcb->AuthGroup)) - { - - // - // Indicate to the service that the file required complete flushing to the - // server. - // - - AFSProcessRequest( AFS_REQUEST_TYPE_FLUSH_FILE, - AFS_REQUEST_FLAG_SYNCHRONOUS, - &pCcb->AuthGroup, - NULL, - &pFcb->ObjectInformation->FileId, - NULL, - 0, - NULL, - NULL); - } + AFSTearDownFcbExtents( pFcb, + &pCcb->AuthGroup); } else {