Thread (8 messages) 8 messages, 2 authors, 2011-07-20

[PATCH v2 1/3] fault-inject: make fault injection available for modules

From: J Freyensee <hidden>
Date: 2011-07-19 23:44:14
Also in: linux-mmc, lkml

On 07/19/2011 02:31 PM, Per Forlin wrote:
quoted hunk ↗ jump to hunk
export symbols should_fail() and init_fault_attr_dentries() in order
to make modules use the fault injection functionality

Signed-off-by: Per Forlin<redacted>
---
  lib/fault-inject.c |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/fault-inject.c b/lib/fault-inject.c
index 7e65af7..cd28364 100644
--- a/lib/fault-inject.c
+++ b/lib/fault-inject.c
@@ -131,6 +131,7 @@ bool should_fail(struct fault_attr *attr, ssize_t size)

  	return true;
  }
+EXPORT_SYMBOL(should_fail);
Should this be EXPORT_SYMBOL_GPL()?
quoted hunk ↗ jump to hunk
  #ifdef CONFIG_FAULT_INJECTION_DEBUG_FS
@@ -311,5 +312,6 @@ fail:
  	cleanup_fault_attr_dentries(attr);
  	return -ENOMEM;
  }
+EXPORT_SYMBOL(init_fault_attr_dentries);
and here too?
  #endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */

-- 
J (James/Jay) Freyensee
Storage Technology Group
Intel Corporation
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help