diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-28 12:17:46 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-28 12:17:46 +0200 |
commit | 985526ed455a72d7bfba300899a6c23eb816e031 (patch) | |
tree | d1c6a615c5f9235a948b8cc773d09aebb1013878 /0001-readfile-implement-readfile-syscall.patch | |
parent | 2889759315c1a7a867496fd5cd642c8678917171 (diff) | |
download | patches-985526ed455a72d7bfba300899a6c23eb816e031.tar.gz |
updates and 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 8df29869861787..4e3047d897ddbc 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 -@@ -1641,3 +1641,53 @@ int stream_open(struct inode *inode, str +@@ -1653,3 +1653,53 @@ int stream_open(struct inode *inode, str } EXPORT_SYMBOL(stream_open); |