Avoid casts as lvalues.

This commit is contained in:
Alexander Kabaev 2004-07-28 06:05:41 +00:00
parent d9eedfd93c
commit fa2edf7bcd
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}