mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
missing_fs: also define struct file_clone_range
Follow-up forb640e274a7. Addressesb640e274a7 (r110996661).
This commit is contained in:
committed by
Daan De Meyer
parent
c23e9b6a64
commit
8c59feed5e
@@ -16,6 +16,12 @@
|
||||
|
||||
#ifndef FICLONERANGE /* 04b38d601239b4d9be641b412cf4b7456a041c67 (4.5) */
|
||||
#define FICLONERANGE _IOW(0x94, 13, struct file_clone_range)
|
||||
struct file_clone_range {
|
||||
__s64 src_fd;
|
||||
__u64 src_offset;
|
||||
__u64 src_length;
|
||||
__u64 dest_offset;
|
||||
};
|
||||
#endif
|
||||
|
||||
/* linux/fs.h or sys/mount.h */
|
||||
|
||||
Reference in New Issue
Block a user