Commit 283a2c25 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 736447eb
......@@ -2131,8 +2131,9 @@ func main() {
if kinit.Flags & fuse.CAP_EXPLICIT_INVAL_DATA == 0 {
w1 := fmt.Sprintf("%s does not support explicit data cache invalidation", kfuse)
w2 := "-> performance will be AWFUL."
log.Error(w1); log.Error(w2)
fmt.Fprintf(os.Stderr, "W: wcfs: %s\nW: wcfs: %s\n", w1, w2)
w3 := "-> you need kernel which includes git.kernel.org/linus/ad2ba64dd489 ."
log.Error(w1); log.Error(w2); log.Error(w3)
fmt.Fprintf(os.Stderr, "W: wcfs: %s\nW: wcfs: %s\nW: wcfs: %s\n", w1, w2, w3)
}
// add entries to /
......
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