diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 06:05:41 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 06:05:41 +0000 |
| commit | fa2edf7bcd8acfe874732d94ccd8d8fac89aab52 (patch) | |
| tree | 583989e5c7eb1a58002f0178b1398adca304c4f7 /sys/fs | |
| parent | d9eedfd93c90b95d1b6ec585dc1a4893041ce0cf (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/coda/coda_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index a8666cc6f2f77..97621a8c4c7b2 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/coda/coda_vnops.c @@ -1740,7 +1740,7 @@ coda_reclaim(v) cache_purge(vp); lockdestroy(&(VTOC(vp)->c_lock)); coda_free(VTOC(vp)); - VTOC(vp) = NULL; + vp->v_data = NULL; return (0); } |
