Add comment to lseek

This commit is contained in:
Olivier 'reivilibre' 2022-01-27 08:03:54 +00:00
parent 8a4bf510ae
commit 74d1f36b91

View File

@ -1099,6 +1099,8 @@ impl Filesystem for OliveFilesystem {
}
/// Reposition read/write file offset
/// used for looking for holes (for sparse files e.g. with cp and tar)
/// whence: SEEK_HOLE or SEEK_DATA.
fn lseek(
&mut self,
_req: &Request<'_>,