mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Avoid casts as lvalues.
This commit is contained in:
parent
d9eedfd93c
commit
fa2edf7bcd
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue