aboutsummaryrefslogtreecommitdiffstats
path: root/0001-readfile-implement-readfile-syscall.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-02 11:35:51 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-02 11:35:51 +0100
commit2d7b8f2b5269b54a043ac278e043ab69b50068ae (patch)
tree637b2d952f225eb8a136e1eab96fca6c2d8dad0b /0001-readfile-implement-readfile-syscall.patch
parent158352e138c236c33d1d561674063ac7ffe86680 (diff)
downloadpatches-2d7b8f2b5269b54a043ac278e043ab69b50068ae.tar.gz
refresh
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 84effce170dcd7..061e2e1ead653a 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
-@@ -1525,3 +1525,53 @@ int stream_open(struct inode *inode, str
+@@ -1564,3 +1564,53 @@ int stream_open(struct inode *inode, str
}
EXPORT_SYMBOL(stream_open);