aboutsummaryrefslogtreecommitdiffstats
path: root/0001-readfile-implement-readfile-syscall.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-03 13:11:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-03 13:11:36 +0200
commitcce81eac7fd0852d96ce0ce62cbe8f2b76d227f5 (patch)
treeb3ec5c9b08f41581185754ac199f0dcb9d6dda95 /0001-readfile-implement-readfile-syscall.patch
parent4a11ea0818f9d84b7b29693f27adaa5d020ffe25 (diff)
downloadpatches-cce81eac7fd0852d96ce0ce62cbe8f2b76d227f5.tar.gz
update readfile and other patches to 5.12-rc5
Diffstat (limited to '0001-readfile-implement-readfile-syscall.patch')
-rw-r--r--0001-readfile-implement-readfile-syscall.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-readfile-implement-readfile-syscall.patch b/0001-readfile-implement-readfile-syscall.patch
index 3c231178ee635e..b34eca5524367e 100644
--- a/0001-readfile-implement-readfile-syscall.patch
+++ b/0001-readfile-implement-readfile-syscall.patch
@@ -1,4 +1,4 @@
-From 81ede03c890891a967dad69370fcf821c4c283fc Mon Sep 17 00:00:00 2001
+From 9f2f78c4e3056805f8b5c6d58ec7a2c5cfda5482 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Sun, 24 May 2020 12:37:15 +0200
Subject: [PATCH 1/4] readfile: implement readfile syscall
@@ -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);