Commit ffaad0a6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 67b1f2e3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# run wcfs tests under custom linux kernel # run wcfs tests under custom linux kernel
if test -z "$qrun_loglevel"; then if test -z "$qrun_loglevel"; then
go build # rebuild wcfs go build # rebuild wcfs TODO also test with -race
linux=${LINUX:-$HOME/src/linux/linux/arch/`uname -m`/boot/bzImage} linux=${LINUX:-$HOME/src/linux/linux/arch/`uname -m`/boot/bzImage}
exec ../t/qemu-runlinux "$linux" $0 exec ../t/qemu-runlinux "$linux" $0
fi fi
......
...@@ -745,7 +745,7 @@ retry: ...@@ -745,7 +745,7 @@ retry:
close(continueOSCacheUpload) close(continueOSCacheUpload)
}() }()
// head.zconnMu locked and not cache uploaders are running // head.zconnMu locked and all cache uploaders are paused
zhead := head.zconn zhead := head.zconn
bfdir := head.bfdir bfdir := head.bfdir
...@@ -810,7 +810,7 @@ retry: ...@@ -810,7 +810,7 @@ retry:
} }
*/ */
// invalidate kernel cache for date in changed files // invalidate kernel cache for data in changed files
// XXX no indexMu lock needed because head is Locked // XXX no indexMu lock needed because head is Locked
δF := bfdir.δFtail.Update(δZ, zhead) δF := bfdir.δFtail.Update(δZ, zhead)
......
...@@ -63,7 +63,7 @@ import ( ...@@ -63,7 +63,7 @@ import (
// //
// XXX see also zodb.ΔTail // XXX see also zodb.ΔTail
type ΔFtail struct { type ΔFtail struct {
// ΔFtail merge btree.ΔTail with history of ZBlk // ΔFtail merges btree.ΔTail with history of ZBlk
δBtail *ΔBtail δBtail *ΔBtail
fileIdx map[*btree.LOBTree]SetBigFile // root -> {} BigFile XXX root -> oid? fileIdx map[*btree.LOBTree]SetBigFile // root -> {} BigFile XXX root -> oid?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment