Add comment to lseek
This commit is contained in:
parent
8a4bf510ae
commit
74d1f36b91
@ -1099,6 +1099,8 @@ impl Filesystem for OliveFilesystem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Reposition read/write file offset
|
/// 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(
|
fn lseek(
|
||||||
&mut self,
|
&mut self,
|
||||||
_req: &Request<'_>,
|
_req: &Request<'_>,
|
||||||
|
Loading…
Reference in New Issue
Block a user