diff --git a/super.c b/super.c index 2295545..7a371b9 100644 --- a/super.c +++ b/super.c @@ -849,7 +849,7 @@ erofs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) uint64_t nid; int error; - *vpp = NULLVP; + *vpp = NULL; bzero(&efid, sizeof(efid)); memcpy(&efid, fhp, sizeof(efid)); if (efid.len != sizeof(efid) || efid.pad != 0)