aboutsummaryrefslogtreecommitdiffstats
path: root/0001-readfile-implement-readfile-syscall.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-30 14:46:29 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-11-30 14:46:29 +0000
commite9cc7584152ace017f5edbfb6acc0358edda490e (patch)
treef5bbdbf848b6d8c4ce809b24ccda0f88ffdade79 /0001-readfile-implement-readfile-syscall.patch
parent8b2fe15fafbd9adc123223e7986f958f7d7b4f7a (diff)
downloadpatches-e9cc7584152ace017f5edbfb6acc0358edda490e.tar.gz
updates
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 2a9ab13b86f32e..93448fe2e86188 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
-@@ -1572,3 +1572,53 @@ int stream_open(struct inode *inode, str
+@@ -1676,3 +1676,53 @@ int stream_open(struct inode *inode, str
}
EXPORT_SYMBOL(stream_open);