Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
283a2c25
Commit
283a2c25
authored
Jun 07, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
736447eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
wcfs/wcfs.go
wcfs/wcfs.go
+3
-2
No files found.
wcfs/wcfs.go
View file @
283a2c25
...
@@ -2131,8 +2131,9 @@ func main() {
...
@@ -2131,8 +2131,9 @@ func main() {
if
kinit
.
Flags
&
fuse
.
CAP_EXPLICIT_INVAL_DATA
==
0
{
if
kinit
.
Flags
&
fuse
.
CAP_EXPLICIT_INVAL_DATA
==
0
{
w1
:=
fmt
.
Sprintf
(
"%s does not support explicit data cache invalidation"
,
kfuse
)
w1
:=
fmt
.
Sprintf
(
"%s does not support explicit data cache invalidation"
,
kfuse
)
w2
:=
"-> performance will be AWFUL."
w2
:=
"-> performance will be AWFUL."
log
.
Error
(
w1
);
log
.
Error
(
w2
)
w3
:=
"-> you need kernel which includes git.kernel.org/linus/ad2ba64dd489 ."
fmt
.
Fprintf
(
os
.
Stderr
,
"W: wcfs: %s
\n
W: wcfs: %s
\n
"
,
w1
,
w2
)
log
.
Error
(
w1
);
log
.
Error
(
w2
);
log
.
Error
(
w3
)
fmt
.
Fprintf
(
os
.
Stderr
,
"W: wcfs: %s
\n
W: wcfs: %s
\n
W: wcfs: %s
\n
"
,
w1
,
w2
,
w3
)
}
}
// add entries to /
// add entries to /
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment