@ -66,6 +66,8 @@ namespace l
uint64_t namelen;
struct linux_dirent64 *d;
fuse_dirents_reset(buf_);
buf = (char*)g_DENTS_BUF_POOL.alloc();
if(buf == NULL)
return -ENOMEM;
@ -70,6 +70,8 @@ namespace l
fuse_entry_t entry;
entry.nodeid = 0;
@ -72,6 +72,8 @@ namespace l
entry.generation = 0;
entry.entry_valid = entry_timeout_;
@ -67,6 +67,8 @@ namespace l
string fullpath;
for(size_t i = 0, ei = branches_.size(); i != ei; i++)
{
int rv;