aboutsummaryrefslogtreecommitdiffstats
path: root/0001-readfile-implement-readfile-syscall.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-24 14:41:28 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-24 14:41:28 +0100
commitb59fcf495df52d06ab9a6487ed944618e155f57b (patch)
treefdc9ceaadeef787dd1aba61b6b6fe434801d4141 /0001-readfile-implement-readfile-syscall.patch
parent4a11ea0818f9d84b7b29693f27adaa5d020ffe25 (diff)
downloadpatches-b59fcf495df52d06ab9a6487ed944618e155f57b.tar.gz
2 more patches added
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 3c231178ee635e..c21c270176117b 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
-@@ -1385,3 +1385,53 @@ int stream_open(struct inode *inode, str
+@@ -1400,3 +1400,53 @@ int stream_open(struct inode *inode, str
}
EXPORT_SYMBOL(stream_open);