discon-allow-saving-vcaches-on-shutdown-20090126
[openafs.git] / src / afs / LINUX / osi_vfsops.c
index 4b609e0..9a166d8 100644 (file)
@@ -198,7 +198,7 @@ afs_root(struct super_block *afsp)
     register struct vcache *tvp = 0;
 
     AFS_STATCNT(afs_root);
-    if (afs_globalVp && (afs_globalVp->states & CStatd)) {
+    if (afs_globalVp && (afs_globalVp->f.states & CStatd)) {
        tvp = afs_globalVp;
     } else {
        cred_t *credp = crref();