mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
Windows: correct typos or mistaken comments
Change-Id: Iae278c0121c1b4d3cc9aaab276fab798c1a8065b Reviewed-on: http://gerrit.openafs.org/7316 Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
f86b17ab2b
commit
23bec3fe9f
@ -598,7 +598,7 @@ typedef struct _AFS_DEVICE_EXTENSION
|
||||
|
||||
//
|
||||
// Maximum RPC length that is issued by the service. We should limit our
|
||||
// data requests such as for extents to thsi length
|
||||
// data requests such as for extents to this length
|
||||
//
|
||||
|
||||
ULONG MaximumRPCLength;
|
||||
|
@ -161,10 +161,6 @@ AFSTearDownFcbExtents( IN AFSFcb *Fcb,
|
||||
try_return ( ntStatus = STATUS_SUCCESS);
|
||||
}
|
||||
|
||||
//
|
||||
// Release a max of 100 extents at a time
|
||||
//
|
||||
|
||||
sz = sizeof( AFSReleaseExtentsCB ) + (AFS_MAXIMUM_EXTENT_RELEASE_COUNT * sizeof ( AFSFileExtentCB ));
|
||||
|
||||
pRelease = (AFSReleaseExtentsCB*) AFSExAllocatePoolWithTag( NonPagedPool,
|
||||
|
@ -1248,7 +1248,7 @@ AFSCommonRead( IN PDEVICE_OBJECT DeviceObject,
|
||||
|
||||
AFSDbgLogMsg( AFS_SUBSYSTEM_IO_PROCESSING,
|
||||
AFS_TRACE_LEVEL_ERROR,
|
||||
"AFSCachedWrite (%08lX) Exception thrown during mdl read Status %08lX\n",
|
||||
"AFSCommonRead (%08lX) Exception thrown during mdl read Status %08lX\n",
|
||||
Irp,
|
||||
ntStatus);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user