afs_PutVCache() takes a second argument, although it doesn't get used.
[openafs.git] / src / afs / LINUX / osi_vnodeops.c
index 4d726aa..af16d8d 100644 (file)
@@ -797,7 +797,7 @@ static int afs_linux_revalidate(struct dentry *dp)
 #ifdef AFS_LINUX24_ENV
        unlock_kernel();
 #endif
-       if (rootvp) afs_PutVCache(rootvp);
+       if (rootvp) afs_PutVCache(rootvp, 0);
        AFS_GUNLOCK();
        return 0;
     }