Change the getnewvnode(9) tag for nullfs from "null" to "nullfs".
It's more consistent, and besides, the "null" alone looks weird. MFC after: 1 month
This commit is contained in:
parent
e3e7995c5b
commit
e583d99909
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305834
@ -238,7 +238,7 @@ null_nodeget(mp, lowervp, vpp)
|
||||
*/
|
||||
xp = malloc(sizeof(struct null_node), M_NULLFSNODE, M_WAITOK);
|
||||
|
||||
error = getnewvnode("null", mp, &null_vnodeops, &vp);
|
||||
error = getnewvnode("nullfs", mp, &null_vnodeops, &vp);
|
||||
if (error) {
|
||||
vput(lowervp);
|
||||
free(xp, M_NULLFSNODE);
|
||||
|
Loading…
Reference in New Issue
Block a user