|
|
@ -23,7 +23,6 @@ _readdir(const Branches::Ptr &branches_, |
|
|
Err err; |
|
|
Err err; |
|
|
HashSet names; |
|
|
HashSet names; |
|
|
fs::path rel_filepath; |
|
|
fs::path rel_filepath; |
|
|
fs::path abs_dirpath; |
|
|
|
|
|
fuse_msgbuf_t *buf; |
|
|
fuse_msgbuf_t *buf; |
|
|
|
|
|
|
|
|
fuse_dirents_reset(dirents_); |
|
|
fuse_dirents_reset(dirents_); |
|
|
@ -38,8 +37,6 @@ _readdir(const Branches::Ptr &branches_, |
|
|
const auto &branch = *(branches_)[i]; |
|
|
const auto &branch = *(branches_)[i]; |
|
|
const auto fd = fds_[i]; |
|
|
const auto fd = fds_[i]; |
|
|
|
|
|
|
|
|
int fd; |
|
|
|
|
|
|
|
|
|
|
|
abs_dirpath = branch.path / rel_dirpath_; |
|
|
abs_dirpath = branch.path / rel_dirpath_; |
|
|
|
|
|
|
|
|
fd = fs::open_dir_ro(abs_dirpath); |
|
|
fd = fs::open_dir_ro(abs_dirpath); |
|
|
|