cloud-hypervisor/vhost_user_fs
Sergio Lopez c821e96e2a vhost_user_fs: Implement support for FUSE_LSEEK
Implement missing support for FUSE_LSEEK, which basically implies
calling to libc::lseek on the file handle. As this operation alters
the file offset, we take a write lock on the File's RwLock.

Signed-off-by: Sergio Lopez <slp@redhat.com>
2020-03-18 18:15:28 +00:00
..
src vhost_user_fs: Implement support for FUSE_LSEEK 2020-03-18 18:15:28 +00:00
Cargo.toml build(deps): bump libc from 0.2.67 to 0.2.68 2020-03-17 21:36:38 +00:00