https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191953

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Mark Johnston <[email protected]> ---
I believe the current assertion message is correct. An error from vop_stdlock
indicates that the lock operation could not be completed, for example because
LK_NOWAIT was set in the flags, or the caller specified an interruptible sleep
and a signal was received. In this case, the use of LK_RETRY is incompatible
with other flags.

If the FS provides its own vop_lock implementation, the assertion says that it
must not return an error if LK_RETRY is set.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to