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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
245511ac
Commit
245511ac
authored
Sep 29, 2019
by
Kirill Smelkov
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X Give pointer on from where to get nxd-fuse.ko
parent
58804287
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
wcfs/wcfs.go
wcfs/wcfs.go
+4
-3
No files found.
wcfs/wcfs.go
View file @
245511ac
...
...
@@ -2388,9 +2388,10 @@ func _main() (err error) {
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."
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
\n
W: wcfs: %s
\n
W: wcfs: %s
\n
"
,
w1
,
w2
,
w3
)
w3
:=
"-> you need kernel which includes git.kernel.org/linus/ad2ba64dd489 ."
w4
:=
"-> (Linux 5.2+, or nxd-fuse-dkms package installed from navytux.spb.ru/pkg)"
log
.
Error
(
w1
);
log
.
Error
(
w2
);
log
.
Error
(
w3
);
log
.
Error
(
w4
)
fmt
.
Fprintf
(
os
.
Stderr
,
"W: wcfs: %s
\n
W: wcfs: %s
\n
W: wcfs: %s
\n
W: wcfs: %s
\n
"
,
w1
,
w2
,
w3
,
w4
)
}
// add entries to /
...
...
Kirill Smelkov
@kirr
mentioned in commit
e16e029a
·
Oct 27, 2021
mentioned in commit
e16e029a
mentioned in commit e16e029a7de3fde8b4a5cd4fe432e106617d3e02
Toggle commit list
Kirill Smelkov
@kirr
mentioned in commit
4430de41
·
Oct 28, 2021
mentioned in commit
4430de41
mentioned in commit 4430de41bfb5702980935c46ea8fee2774aaea40
Toggle commit list
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