This repository was archived by the owner on Mar 7, 2021. It is now read-only.
Commit 51688f9
authored
file_operations: Restore copy_file_range (#240)
This was a copy/paste mistake, copy_file_range (unlike clone_file_range
/ dedupe_file_range) still exists in current kernels and so it needs
only a lower bound.
Fixes: 240393d ("Add backwards compatbility down to kernel 4.4 (fixes #199)")1 parent fb18729 commit 51688f9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments