Get rid of extraneous initialization.
Get rid of an extraneous initialization, mainly to keep a static analyser happy. No semantic change. PR: 238167 Submitted by: Alexey Dokuchaev
This commit is contained in:
parent
66fe452845
commit
11205fe108
@ -1181,7 +1181,6 @@ nfs_lookup(struct vop_lookup_args *ap)
|
||||
cache_purge_negative(dvp);
|
||||
}
|
||||
|
||||
error = 0;
|
||||
newvp = NULLVP;
|
||||
NFSINCRGLOBAL(nfsstatsv1.lookupcache_misses);
|
||||
error = nfsrpc_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen,
|
||||
|
Loading…
x
Reference in New Issue
Block a user