diff options
author | kato <kato@FreeBSD.org> | 1997-04-16 16:24:24 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-04-16 16:24:24 +0000 |
commit | ff5e7e18c24da599ae520c8e6a5ace8a2a75a352 (patch) | |
tree | d52b277038dbf53ff82088805e1640f8c1fec811 /sbin/newlfs | |
parent | 563d27a55f527b517f68ffb94f93084351ad6a0c (diff) | |
download | FreeBSD-src-ff5e7e18c24da599ae520c8e6a5ace8a2a75a352.zip FreeBSD-src-ff5e7e18c24da599ae520c8e6a5ace8a2a75a352.tar.gz |
Do not set the uppervp to NULLVP in union_removed_upper. If lowervp
is NULLVP, union node will have neither uppervp nor lowervp. This
causes page fault trap.
The union_removed_upper just remove union node from cache and it
doesn't set uppervp to NULLVP. Since union node is removed from
cache, it will not be referenced.
The code that remove union node from cache was copied from
union_inactive.
Diffstat (limited to 'sbin/newlfs')
0 files changed, 0 insertions, 0 deletions