Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
397b95b7
Commit
397b95b7
authored
Jun 25, 2020
by
Tigran Mkrtchyan
☕
Browse files
file-tracker: fix typo in comments
no code changes.
parent
872be90c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/main/java/org/dcache/nfs/v4/FileTracker.java
View file @
397b95b7
...
...
@@ -113,8 +113,8 @@ public class FileTracker {
final
List
<
OpenState
>
opens
=
files
.
computeIfAbsent
(
fileId
,
x
->
new
ArrayList
<>(
1
));
stateid4
stateid
;
// check for conflic
k
ting open from not expired client (we need to check
// client as session GC may not bee
d
active yet
// check for
a
conflicting open from not expired client (we need to check
// client as session GC may not bee
n
active yet
if
(
opens
.
stream
()
.
filter
(
o
->
o
.
client
.
isLeaseValid
())
.
anyMatch
(
o
->
(
shareAccess
&
o
.
getShareDeny
())
!=
0
||
(
shareDeny
&
o
.
getShareAccess
())
!=
0
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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