diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-23 16:36:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-23 16:36:35 +0100 |
commit | 158352e138c236c33d1d561674063ac7ffe86680 (patch) | |
tree | 8b740fa1b77680e6eff3ca1a5e2185f7914091e1 /0001-readfile-implement-readfile-syscall.patch | |
parent | 87fdab48af04783a84d8b3b1443b4e884555182f (diff) | |
download | patches-158352e138c236c33d1d561674063ac7ffe86680.tar.gz |
drop applied 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 4c9d2d706667f1..84effce170dcd7 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 -@@ -1528,3 +1528,53 @@ int stream_open(struct inode *inode, str +@@ -1525,3 +1525,53 @@ int stream_open(struct inode *inode, str } EXPORT_SYMBOL(stream_open); |