|
@@ -1202,9 +1202,6 @@ public class ViewFileSystem extends FileSystem {
|
|
|
INodeLink<FileSystem> link = (INodeLink<FileSystem>) inode;
|
|
|
try {
|
|
|
String linkedPath = link.getTargetFileSystem().getUri().getPath();
|
|
|
- if("".equals(linkedPath)) {
|
|
|
- linkedPath = "/";
|
|
|
- }
|
|
|
FileStatus status =
|
|
|
((ChRootedFileSystem)link.getTargetFileSystem())
|
|
|
.getMyFs().getFileStatus(new Path(linkedPath));
|