*/
void osi_VM_StoreAllSegments(struct vcache *avc)
{
-
+#ifdef AFS_LINUX24_ENV
+ struct inode *ip = (struct inode *) avc;
+
+ ReleaseWriteLock(&avc->lock);
+ AFS_GUNLOCK();
+ write_inode_now(ip, 1);
+ AFS_GLOCK();
+ ObtainWriteLock(&avc->lock, 121);
+#endif
}
/* Purge VM for a file when its callback is revoked.