Update file_wrapper.c

This commit is contained in:
小 小w
2025-11-18 11:16:16 +08:00
committed by GitHub
parent 0b35c9ae1d
commit 0d421b7db1

View File

@@ -286,7 +286,6 @@ static int ksu_wrapper_clone_file_range(struct file *file_in, loff_t pos_in,
}
return -EINVAL;
}
#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0)
static int ksu_wrapper_dedupe_file_range(struct file *src_file, loff_t loff,
struct file *dst_file, loff_t dst_loff, u64 len) {