This commit is contained in:
2026-08-14 14:05:10 +02:00
parent 0bbc249155
commit cf9164503c
+1 -1
View File
@@ -849,7 +849,7 @@ erofs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
uint64_t nid; uint64_t nid;
int error; int error;
*vpp = NULLVP; *vpp = NULL;
bzero(&efid, sizeof(efid)); bzero(&efid, sizeof(efid));
memcpy(&efid, fhp, sizeof(efid)); memcpy(&efid, fhp, sizeof(efid));
if (efid.len != sizeof(efid) || efid.pad != 0) if (efid.len != sizeof(efid) || efid.pad != 0)