Site icon EfmSoft

What does NTSTATUS 0xC0000909 (STATUS_CANNOT_BREAK_OPLOCK) mean?

 
Previous Next
STATUS_BAD_MCFG_TABLE STATUS_BAD_KEY

STATUS_CANNOT_BREAK_OPLOCK

The requested action conflicts with an existing oplock and must not break it

Some file-system operations provide a “do not break oplocks” semantic so callers can test or perform work only when cached state remains undisturbed. This status means an incompatible oplock exists and honoring the caller’s restriction prevents the operation.

It is not equivalent to a generic sharing violation. The caller deliberately chose atomic failure over triggering the break. Recovery depends on whether that guarantee is essential.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version