Fix panic() message reporting ufs instead of nandfs
PR: 213438 Approved by: kib
This commit is contained in:
parent
7e723c8be4
commit
786a65db12
@ -2211,7 +2211,7 @@ nandfs_whiteout(struct vop_whiteout_args *ap)
|
|||||||
/* Create a new directory whiteout */
|
/* Create a new directory whiteout */
|
||||||
#ifdef INVARIANTS
|
#ifdef INVARIANTS
|
||||||
if ((cnp->cn_flags & SAVENAME) == 0)
|
if ((cnp->cn_flags & SAVENAME) == 0)
|
||||||
panic("ufs_whiteout: missing name");
|
panic("nandfs_whiteout: missing name");
|
||||||
#endif
|
#endif
|
||||||
error = nandfs_add_dirent(dvp, NANDFS_WHT_INO, cnp->cn_nameptr,
|
error = nandfs_add_dirent(dvp, NANDFS_WHT_INO, cnp->cn_nameptr,
|
||||||
cnp->cn_namelen, DT_WHT);
|
cnp->cn_namelen, DT_WHT);
|
||||||
|
Loading…
Reference in New Issue
Block a user