Improve debugging printf.

This commit is contained in:
Edward Tomasz Napierala 2017-01-22 15:27:14 +00:00
parent a5da70d59e
commit 8acac5a9f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312621

View File

@ -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);