Skip to content
GitLab
Menu
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
7525e8e2
Commit
7525e8e2
authored
Jul 13, 2020
by
Tigran Mkrtchyan
☕
Browse files
vfs-test: hard link should return the same inode
Acked-by: Lea Morschel Acked-by: Albert Rossi Target: master
parent
d80f41ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/test/java/org/dcache/nfs/vfs/DummyVFS.java
View file @
7525e8e2
...
...
@@ -262,9 +262,7 @@ public class DummyVFS implements VirtualFileSystem {
throw
new
ServerFaultException
(
"Failed to create: "
+
e
.
getMessage
(),
e
);
}
long
newInodeNumber
=
fileId
.
getAndIncrement
();
map
(
newInodeNumber
,
targetPath
);
return
toFileHandle
(
newInodeNumber
);
return
existing
;
}
@Override
...
...
Write
Preview
Supports
Markdown
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