Initialize the variable to avoid (false) compiler warning about
use of an uninitialized local. Reported by: Ivan Klymenko <fidaj@ukr.net> MFC after: 2 weeks
This commit is contained in:
parent
a43818500f
commit
7225171d66
@ -421,6 +421,7 @@ nfscl_loadattrcache(struct vnode **vpp, struct nfsvattr *nap, void *nvaper,
|
||||
vap->va_fsid = vp->v_mount->mnt_stat.f_fsid.val[0];
|
||||
np->n_attrstamp = time_second;
|
||||
setnsize = 0;
|
||||
nsize = 0;
|
||||
if (vap->va_size != np->n_size) {
|
||||
if (vap->va_type == VREG) {
|
||||
if (dontshrink && vap->va_size < np->n_size) {
|
||||
|
Loading…
Reference in New Issue
Block a user