aboutsummaryrefslogtreecommitdiffstats
path: root/0001-readfile-implement-readfile-syscall.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-23 12:12:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-23 12:12:07 +0200
commitb4aaac55c7c57c1ed5b8faf9cd56425d863a7141 (patch)
tree7be09993fa185c2dd3a63067494e9219f02ecb05 /0001-readfile-implement-readfile-syscall.patch
parentfc84691a05c2838e2a527c186d5a778f0d0d48c2 (diff)
downloadpatches-b4aaac55c7c57c1ed5b8faf9cd56425d863a7141.tar.gz
update patches
Diffstat (limited to '0001-readfile-implement-readfile-syscall.patch')
-rw-r--r--0001-readfile-implement-readfile-syscall.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0001-readfile-implement-readfile-syscall.patch b/0001-readfile-implement-readfile-syscall.patch
index 93448fe2e86188..8df29869861787 100644
--- a/0001-readfile-implement-readfile-syscall.patch
+++ b/0001-readfile-implement-readfile-syscall.patch
@@ -20,7 +20,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--- a/fs/open.c
+++ b/fs/open.c
-@@ -1676,3 +1676,53 @@ int stream_open(struct inode *inode, str
+@@ -1641,3 +1641,53 @@ int stream_open(struct inode *inode, str
}
EXPORT_SYMBOL(stream_open);