mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Improve debugging printf.
This commit is contained in:
parent
a5da70d59e
commit
8acac5a9f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312621
@ -1491,7 +1491,7 @@ getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
|
||||
vp->v_bufobj.bo_ops = &buf_ops_bio;
|
||||
#ifdef DIAGNOSTIC
|
||||
if (mp == NULL && vops != &dead_vnodeops)
|
||||
printf("NULL mp in getnewvnode()\n");
|
||||
printf("NULL mp in getnewvnode(9), tag %s\n", tag);
|
||||
#endif
|
||||
#ifdef MAC
|
||||
mac_vnode_init(vp);
|
||||
|
Loading…
Reference in New Issue
Block a user