git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a2f1ca5
)
IRIX: set vfs pointer when creating new vcaches
author
Derrick Brashear
<shadow@dementia.org>
Tue, 26 Apr 2011 02:23:40 +0000 (22:23 -0400)
committer
Derrick Brashear
<shadow@dementia.org>
Wed, 27 Apr 2011 19:23:05 +0000 (12:23 -0700)
add missing call to set our vfsp on irix.
Change-Id: Id3b1c3d088e59ed535c20ef7516ce93004e78bff
Reviewed-on: http://gerrit.openafs.org/4561
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/IRIX/osi_vcache.c
patch
|
blob
|
history
diff --git
a/src/afs/IRIX/osi_vcache.c
b/src/afs/IRIX/osi_vcache.c
index
01a8d53
..
facda65
100644
(file)
--- a/
src/afs/IRIX/osi_vcache.c
+++ b/
src/afs/IRIX/osi_vcache.c
@@
-92,6
+92,7
@@
osi_PostPopulateVCache(struct vcache *avc) {
AFS_VN_INIT_BUF_LOCK(&(avc->v));
#endif
+ vSetVfsp(avc, afs_globalVFS);
vSetType(avc, VREG);
VN_SET_DPAGES(&(avc->v), (struct pfdat *)NULL);