summarylogtreecommitdiffstats
path: root/remove-lru_cache_add_anon.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remove-lru_cache_add_anon.patch')
-rw-r--r--remove-lru_cache_add_anon.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/remove-lru_cache_add_anon.patch b/remove-lru_cache_add_anon.patch
new file mode 100644
index 000000000000..afd0149be43f
--- /dev/null
+++ b/remove-lru_cache_add_anon.patch
@@ -0,0 +1,11 @@
+--- Paragon-147-FRE_NTFS_Linux_9.0_Express/ifslinux/ufsdvfs.c.orig 2015-09-09 00:05:01.695085717 +0200
++++ Paragon-147-FRE_NTFS_Linux_9.0_Express/ifslinux/ufsdvfs.c 2015-09-09 00:05:21.355151784 +0200
+@@ -8235,7 +8235,7 @@
+ err = err2;
+ }
+
+- PageSwapBacked( page )? lru_cache_add_anon( page ) : lru_cache_add_file( page );
++ lru_cache_add_file( page );
+ }
+
+ page_cache_release( page );