Solaris async I/O changes.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@541 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-12 18:29:26 +00:00
parent 7b20027e35
commit b49776010b
10 changed files with 26 additions and 53 deletions

View File

@@ -228,7 +228,6 @@ RCODE F_SuperFileHdl::writeBlock(
FLMUINT uiBlkAddress,
FLMUINT uiBytesToWrite,
const void * pvBuffer,
FLMUINT uiBufferSize,
IF_IOBuffer * pIOBuffer,
FLMUINT * puiBytesWritten)
{
@@ -257,9 +256,10 @@ Get_Handle:
pFileHdl->setExtendSize( m_uiExtendSize);
pFileHdl->setMaxAutoExtendSize( m_uiMaxAutoExtendSize);
if( RC_BAD( rc = pFileHdl->sectorWrite(
FSGetFileOffset( uiBlkAddress), uiBytesToWrite,
pvBuffer, uiBufferSize, pIOBuffer, puiBytesWritten)))
pvBuffer, pIOBuffer, puiBytesWritten)))
{
if (rc != NE_FLM_IO_DISK_FULL && rc != NE_FLM_MEM)
{