aboutsummaryrefslogtreecommitdiffstats
path: root/0001-readfile-implement-readfile-syscall.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-16 10:15:18 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-16 10:15:18 +0200
commit8721ff1fd2cc941a36a30014ad2f047ac41ff3db (patch)
treecf51c832863140ab29fab576e81eb22247efa9bd /0001-readfile-implement-readfile-syscall.patch
parent222b4400a177dbbb27447e4883ce1e0257a6efe7 (diff)
downloadpatches-8721ff1fd2cc941a36a30014ad2f047ac41ff3db.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 061e2e1ead653a..2a9ab13b86f32e 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
-@@ -1564,3 +1564,53 @@ int stream_open(struct inode *inode, str
+@@ -1572,3 +1572,53 @@ int stream_open(struct inode *inode, str
}
EXPORT_SYMBOL(stream_open);