summarylogtreecommitdiffstats
path: root/kernel-5.16.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-5.16.patch')
-rw-r--r--kernel-5.16.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel-5.16.patch b/kernel-5.16.patch
deleted file mode 100644
index 89ddcd039432..000000000000
--- a/kernel-5.16.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/file.c
-+++ b/file.c
-@@ -995,7 +990,7 @@
- frame_vbo = pos & ~(frame_size - 1);
- index = frame_vbo >> PAGE_SHIFT;
-
-- if (unlikely(iov_iter_fault_in_readable(from, bytes))) {
-+ if (unlikely(fault_in_iov_iter_readable(from, bytes))) {
- err = -EFAULT;
- goto out;
- }
-
---- a/ntfs_fs.h
-+++ b/ntfs_fs.h
-@@ -11,7 +11,6 @@
-
- #include <linux/blkdev.h>
- #include <linux/buffer_head.h>
--#include <linux/cleancache.h>
- #include <linux/fs.h>
- #include <linux/highmem.h>
- #include <linux/kernel.h>