mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-30 07:20:35 -06:00
shard: fix sysmlinks
This commit is contained in:
@@ -704,7 +704,7 @@ struct ShardDBImpl {
|
||||
}
|
||||
|
||||
EggsError _localFileSpans(rocksdb::ReadOptions& options, const LocalFileSpansReq& req, LocalFileSpansResp& resp) {
|
||||
if (req.fileId.type() != InodeType::FILE) {
|
||||
if (req.fileId.type() != InodeType::FILE && req.fileId.type() != InodeType::SYMLINK) {
|
||||
return EggsError::BLOCK_IO_ERROR_FILE;
|
||||
}
|
||||
StaticValue<SpanKey> lowerKey;
|
||||
|
||||
Reference in New Issue
Block a user