From cf9164503c893feb37ec2ce929edbc1cb39bae57 Mon Sep 17 00:00:00 2001 From: imrcpan Date: Fri, 14 Aug 2026 14:05:10 +0200 Subject: [PATCH] update --- super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)