How useful should copy_file_range() be?
How useful should copy_file_range() be?
Posted Jul 10, 2021 13:54 UTC (Sat) by mpr22 (subscriber, #60784)In reply to: How useful should copy_file_range() be? by jaykrell
Parent article: How useful should copy_file_range() be?
Those things are not files, but allowing userspace to treat them as file-like for the simplest common use case (sequential I/O) is one of the things that contributed to Unix eating most of the rest of the server operating system industry's breakfast, lunch, dinner, and face.
