diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-23 12:12:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-23 12:12:07 +0200 |
commit | b4aaac55c7c57c1ed5b8faf9cd56425d863a7141 (patch) | |
tree | 7be09993fa185c2dd3a63067494e9219f02ecb05 /0001-readfile-implement-readfile-syscall.patch | |
parent | fc84691a05c2838e2a527c186d5a778f0d0d48c2 (diff) | |
download | patches-b4aaac55c7c57c1ed5b8faf9cd56425d863a7141.tar.gz |
update patches
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 93448fe2e86188..8df29869861787 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 -@@ -1676,3 +1676,53 @@ int stream_open(struct inode *inode, str +@@ -1641,3 +1641,53 @@ int stream_open(struct inode *inode, str } EXPORT_SYMBOL(stream_open); |