diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-05 10:16:03 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-05 10:16:03 +0200 |
| commit | d7ca38b0e2ffef6555432dccfa68be2a78695ea4 (patch) | |
| tree | b97e38fb2a7f17dceeede7c131820bf0ef71baa1 /0001-readfile-implement-readfile-syscall.patch | |
| parent | 8b2fe15fafbd9adc123223e7986f958f7d7b4f7a (diff) | |
| download | patches-d7ca38b0e2ffef6555432dccfa68be2a78695ea4.tar.gz | |
updates
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 2a9ab13b86f32e..46e1692154a8cd 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 -@@ -1572,3 +1572,53 @@ int stream_open(struct inode *inode, str +@@ -1658,3 +1658,53 @@ int stream_open(struct inode *inode, str } EXPORT_SYMBOL(stream_open); |
