FreeBSD Bugzilla – Attachment 144779 Details for
Bug 191953
[vfs] [patch] better KASSERT msg in _vn_lock()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for _vn_lock()
vn_lock.patch (text/plain), 612 bytes, created by
luke.tw
on 2014-07-18 14:46:13 UTC
(
hide
)
Description:
patch for _vn_lock()
Filename:
MIME Type:
Creator:
luke.tw
Created:
2014-07-18 14:46:13 UTC
Size:
612 bytes
patch
obsolete
>Index: sys/kern/vfs_vnops.c >=================================================================== >--- sys/kern/vfs_vnops.c (revision 268842) >+++ sys/kern/vfs_vnops.c (working copy) >@@ -1519,7 +1519,7 @@ > error = VOP_LOCK1(vp, flags, file, line); > flags &= ~LK_INTERLOCK; /* Interlock is always dropped. */ > KASSERT((flags & LK_RETRY) == 0 || error == 0, >- ("LK_RETRY set with incompatible flags (0x%x) or an error occured (%d)", >+ ("LK_RETRY set with incompatible flags (0x%x) and an error occured (%d)", > flags, error)); > /* > * Callers specify LK_RETRY if they wish to get dead vnodes.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191953
: 144779