mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Fixed panic message in union_lock(): union_link --> union_lock.
This commit is contained in:
parent
fbe0d04a50
commit
32cfb899a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25397
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
|
||||
* $Id: union_vnops.c,v 1.31 1997/04/29 02:06:07 kato Exp $
|
||||
* $Id: union_vnops.c,v 1.32 1997/05/02 03:21:54 kato Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -1503,7 +1503,7 @@ union_lock(ap)
|
||||
* Erm, we find race!
|
||||
*/
|
||||
#ifdef DIAGNOSTIC
|
||||
panic("union_link: upper vnode is locked, "
|
||||
panic("union_lock: upper vnode is locked, "
|
||||
"but UN_UNLOCK is not set.");
|
||||
#endif
|
||||
un->un_flags |= UN_ULOCK;
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
|
||||
* $Id: union_vnops.c,v 1.31 1997/04/29 02:06:07 kato Exp $
|
||||
* $Id: union_vnops.c,v 1.32 1997/05/02 03:21:54 kato Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -1503,7 +1503,7 @@ union_lock(ap)
|
||||
* Erm, we find race!
|
||||
*/
|
||||
#ifdef DIAGNOSTIC
|
||||
panic("union_link: upper vnode is locked, "
|
||||
panic("union_lock: upper vnode is locked, "
|
||||
"but UN_UNLOCK is not set.");
|
||||
#endif
|
||||
un->un_flags |= UN_ULOCK;
|
||||
|
Loading…
Reference in New Issue
Block a user