Re: [PATCH --mmotm v5 1/3] fault-inject: export fault injection functions

2011-08-09 Thread Per Forlin
On 8 August 2011 22:07, Per Forlin wrote: > export symbols fault_should_fail() and fault_create_debugfs_attr() in order > to let modules utilize the fault injection This patch is already merged in mainline too. Unfortunately I left a typo here. It says fault_should_fail() in the commit message but

[PATCH --mmotm v5 1/3] fault-inject: export fault injection functions

2011-08-08 Thread Per Forlin
export symbols fault_should_fail() and fault_create_debugfs_attr() in order to let modules utilize the fault injection Signed-off-by: Per Forlin --- 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 f193b77.