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
46a6b5c451
commit
6aab442af9
@ -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…
Reference in New Issue
Block a user