mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
volinfo: initialize vnode details
Clear the vnode details object. Fixes the path lookup in volscan. Change-Id: I5176cf50bdb54529230fc72e4d1a65a20b4c14ba Reviewed-on: http://gerrit.openafs.org/6722 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
a4d9fbaa80
commit
e5e9260c79
@ -2177,6 +2177,7 @@ HandleVnodes(Volume * vp, VnodeClass class)
|
||||
continue;
|
||||
}
|
||||
|
||||
memset(&vnodeDetails, 0, sizeof(struct VnodeDetails));
|
||||
vnodeDetails.vp = vp;
|
||||
vnodeDetails.class = class;
|
||||
vnodeDetails.vnode = vnode;
|
||||
|
Loading…
Reference in New Issue
Block a user