|
DESCRIPTION
Update of 18 MAY 2005
This Engineering Advisory (EA) is being revised to advise the
reader that the V5.1A PK6 and V5.1B-1/PK3 Early Release
Patches (ERPs) referenced in the earlier versions of this EA
are superseded by newer ERPs identified in EA BU050110_EW02.
The newer ERPs are referenced in this revision.
Applications that have code segments similar to the following
example may experience the unintended release of the file
lock. A sample scenario:
- open file
- take file region lock
- initiate AIO
- release file region lock
- close file
- open same file
- take file region lock
Should the AIO operation complete after the subsequent
close, then it would perform the final unref against the
target file. Should the AIO operation complete after the
subsequent re-open of that same file, then that final unref
would also release any file region locks held by that process
on that file. If the AIO completed after the final step of
taking a file region lock, then that lock would be mistakenly
released.
|