We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb9a7e3 + d52daa4 commit e4d041cCopy full SHA for e4d041c
core/src/main/java/org/dcache/nfs/vfs/PseudoFs.java
@@ -753,8 +753,6 @@ private Inode innerInode(Inode inode) throws IOException {
753
Inode innerRootInode = _inner.getRootInode();
754
if (innerRootInode.getFileIdKey().equals(inode.getFileIdKey())) {
755
return innerRootInode;
756
- } else {
757
- throw new BadHandleException();
758
}
759
760
return Inode.innerInode(inode);
0 commit comments