diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-10 14:30:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-10 14:30:12 +0200 |
commit | c84136446aa5d0b3b7ca489808cf8c69dcbd65ba (patch) | |
tree | f78ddff85b6a8ce380c22c8ba0b9a024eb9d96b6 /0001-readfile-implement-readfile-syscall.patch | |
parent | 374455f081ca3aac16960d99f8b02b3580499b18 (diff) | |
download | patches-c84136446aa5d0b3b7ca489808cf8c69dcbd65ba.tar.gz |
update all patches
Diffstat (limited to '0001-readfile-implement-readfile-syscall.patch')
-rw-r--r-- | 0001-readfile-implement-readfile-syscall.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-readfile-implement-readfile-syscall.patch b/0001-readfile-implement-readfile-syscall.patch index 88cf996b382e11..20523621604c1b 100644 --- a/0001-readfile-implement-readfile-syscall.patch +++ b/0001-readfile-implement-readfile-syscall.patch @@ -1,4 +1,4 @@ -From c28d7cedda47e7f1575fb58d12cc892a12093c22 Mon Sep 17 00:00:00 2001 +From 0ebe2101d6920e27137ac6706bf97803f78ce415 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 -@@ -1400,3 +1400,53 @@ int stream_open(struct inode *inode, str +@@ -1526,3 +1526,53 @@ int stream_open(struct inode *inode, str } EXPORT_SYMBOL(stream_open); |