Avoid casts as lvalues.

This commit is contained in:
kan 2004-07-28 06:05:41 +00:00
parent 908c4ab709
commit cd2bbc3fed
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);
}