diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-27 13:34:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-27 13:34:06 +0200 |
commit | 25aeeb3bc64eeb2885db63cf7266b0c932037acd (patch) | |
tree | 828e100bd557313b238931ac78279fb1b1155daf /0001-readfile-implement-readfile-syscall.patch | |
parent | c84136446aa5d0b3b7ca489808cf8c69dcbd65ba (diff) | |
download | patches-25aeeb3bc64eeb2885db63cf7266b0c932037acd.tar.gz |
updated 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 20523621604c1b..4c9d2d706667f1 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 -@@ -1526,3 +1526,53 @@ int stream_open(struct inode *inode, str +@@ -1528,3 +1528,53 @@ int stream_open(struct inode *inode, str } EXPORT_SYMBOL(stream_open); |