commit | 1a980b8cbf0059a5308eea61522f232fd03002e2 | [log] [tgz] |
---|---|---|
author | Murphy Zhou <jencce.kernel@gmail.com> | Fri Jan 17 20:49:29 2020 +0800 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Jan 24 16:28:15 2020 +0100 |
tree | 9b6f1e8e798a6ca77486949e4d920dac1fcc8e7d | |
parent | 2406a307ac7ddfd7effeeaff6947149ec6a95b4e [diff] |
ovl: add splice file read write helper Now overlayfs falls back to use default file splice read and write, which is not compatiple with overlayfs, returning EFAULT. xfstests generic/591 can reproduce part of this. Tested this patch with xfstests auto group tests. Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>