cberner / fuser

Filesystem in Userspace (FUSE) for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add readdir/readdirplus buffer size

Cretezy opened this issue · comments

Both readdir and readdirplus should have an offset and size. The size is present used to initialize the reply buffers, but it's not exposed to the implementation, meaning there's no proper way to page the calls.