diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-02 11:35:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-02 11:35:51 +0100 |
commit | 2d7b8f2b5269b54a043ac278e043ab69b50068ae (patch) | |
tree | 637b2d952f225eb8a136e1eab96fca6c2d8dad0b /0001-readfile-implement-readfile-syscall.patch | |
parent | 158352e138c236c33d1d561674063ac7ffe86680 (diff) | |
download | patches-2d7b8f2b5269b54a043ac278e043ab69b50068ae.tar.gz |
refresh
Diffstat (limited to '0001-readfile-implement-readfile-syscall.patch')
-rw-r--r-- | 0001-readfile-implement-readfile-syscall.patch | 2 |
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); |