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
b6c4446b
Commit
b6c4446b
authored
Jan 15, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ed63d1a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
bigfile/file_zodb.py
bigfile/file_zodb.py
+0
-1
wcfs/testprog/wcfs_readcancel.py
wcfs/testprog/wcfs_readcancel.py
+1
-2
No files found.
bigfile/file_zodb.py
View file @
b6c4446b
...
...
@@ -176,7 +176,6 @@ will be our future approach after we teach NEO about object deduplication.
from
wendelin.bigfile
import
WRITEOUT_STORE
,
WRITEOUT_MARKSTORED
from
wendelin
import
wcfs
from
wendelin.bigfile._file_zodb
import
_ZBigFile
from
wendelin.lib.mem
import
bzero
,
memcpy
from
wendelin.lib.zodb
import
LivePersistent
,
deactivate_btree
,
zconn_at
...
...
wcfs/testprog/wcfs_readcancel.py
View file @
b6c4446b
...
...
@@ -23,7 +23,7 @@ sysread(/head/watch) is unblocked and canceled when kernel asks WCFS to cancel
that read request.
Without proper FUSE INTERRUPT handling on WCFS side, such reads are not
cancelled, which results in processes that were abort or even kill-9`ed being
cancelled, which results in processes that were abort
ed
or even kill-9`ed being
stuck forever waiting for WCFS to release them.
"""
...
...
@@ -36,7 +36,6 @@ import os, sys
def
main
():
wcfs_root
=
sys
.
argv
[
1
]
#print("\n\n\n --------\n\n\n")
f
=
open
(
"%s/head/watch"
%
wcfs_root
)
wg
=
sync
.
WorkGroup
(
context
.
background
())
def
_
(
ctx
):
...
...
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