summaryrefslogtreecommitdiff
path: root/zfs.patch
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-05-21 15:25:14 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-05-21 15:25:43 +0300
commit1f7a8a3dcd2906ece23261072b6045f4d1828e27 (patch)
tree267b587dc45db2842859d9b8236b4191125aa1ed /zfs.patch
parentUpdated to 5.6.13 (diff)
downloadlinux-ck-1f7a8a3dcd2906ece23261072b6045f4d1828e27.tar.xz
Updated to 5.6.14
Diffstat (limited to 'zfs.patch')
-rw-r--r--zfs.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/zfs.patch b/zfs.patch
deleted file mode 100644
index 7df5914..0000000
--- a/zfs.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/kernel/rcu/tree_plugin.h
-+++ b/kernel/rcu/tree_plugin.h
-@@ -360,7 +360,7 @@
- WARN_ON_ONCE(current->rcu_read_lock_nesting > RCU_NEST_PMAX);
- barrier(); /* critical section after entry code. */
- }
--EXPORT_SYMBOL_GPL(__rcu_read_lock);
-+EXPORT_SYMBOL(__rcu_read_lock);
-
- /*
- * Preemptible RCU implementation for rcu_read_unlock().
-@@ -390,7 +390,7 @@
- WARN_ON_ONCE(rrln < 0 && rrln > RCU_NEST_NMAX);
- }
- }
--EXPORT_SYMBOL_GPL(__rcu_read_unlock);
-+EXPORT_SYMBOL(__rcu_read_unlock);
-
- /*
- * Advance a ->blkd_tasks-list pointer to the next entry, instead