containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
139 stars 67 forks source link

sysx: remove unused SYS_COPY_FILE_RANGE definitions #99

Closed tklauser closed 6 years ago

tklauser commented 6 years ago

Since PR #92 removed the custom implementation of CopyFileRange, these syscall numbers are unused. Remove them.

Signed-off-by: Tobias Klauser tklauser@distanz.ch

dmcgowan commented 6 years ago

LGTM