SHA256
1
0
forked from pool/openafs
openafs/handle_backports.diff
Christof Hanke 5fe09f63e9 Accepting request 1132414 from home:hauky:branches:filesystems
- patch upstream patch fef2457.diff for 6.5 to handle backport by SUSE
  * handle_backports.diff

OBS-URL: https://build.opensuse.org/request/show/1132414
OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=117
2023-12-11 07:04:11 +00:00

12 lines
344 B
Diff

--- a/src/afs/LINUX/osi_vnodeops.c
+++ b/src/afs/LINUX/osi_vnodeops.c
@@ -971,7 +971,7 @@
# else
.splice_write = generic_file_splice_write,
# endif
-# if LINUX_VERSION_CODE >= KERNEL_VERSION(6,5,0)
+# if LINUX_VERSION_CODE >= KERNEL_VERSION(6,4,0)
.splice_read = filemap_splice_read,
# else
.splice_read = generic_file_splice_read,