1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Minor Bug fix. Some file was not translated.

This commit is contained in:
Takanori Watanabe 2004-10-05 16:53:37 +00:00
parent 46c63c1d76
commit 6e4c3467ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136146

View File

@ -973,8 +973,8 @@ union_getattr(ap)
union_newsize(ap->a_vp, VNOVAL, vap->va_size);
}
if (vap->va_fsid == um->um_upperdev)
vap->va_fsid = ap->a_vp->v_mount->mnt_stat.f_fsid.val[0];
if (ap->a_vap->va_fsid == um->um_upperdev)
ap->a_vap->va_fsid = ap->a_vp->v_mount->mnt_stat.f_fsid.val[0];
if ((vap != ap->a_vap) && (vap->va_type == VDIR))
ap->a_vap->va_nlink += vap->va_nlink;