Skip to content

gfile: Prevent hangs when copying on CIFS

Ondrej Holy requested to merge wip/oholy/cifs-splice into master

Prevent usage of splice() on CIFS as it causes hangs in some cases, see https://bugzilla.kernel.org/show_bug.cgi?id=198349 for more info.

Closes: #1246 (closed)

Merge request reports