[9262] in Athena Bugs
fs flush/flushvol
daemon@ATHENA.MIT.EDU (Richard Basch)
Sun May 3 05:10:39 1992
Date: Sun, 3 May 92 05:10:15 -0400
To: bugs@MIT.EDU, bug-afs@Athena.MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
flush: seems to flush the file out of the disk cache
flushvol: doesn't appear to do anything.
Bug:
The flags are not being set properly on the disk cache entries to
indicate they are in use, so that flushvol will detect them. "flush"
uses other hash tables for lookup, whereas "flushvol" uses the general
table.
Fix:
Still investigating...
Documentation:
Claims that both should flush disk cache entries.
-R