summaryrefslogtreecommitdiff
path: root/zfs.patch
diff options
context:
space:
mode:
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