Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270237
b: refs/heads/master
c: df87ecb
h: refs/heads/master
i:
  270235: b64d98a
v: v3
  • Loading branch information
Per Forlin authored and Chris Ball committed Oct 26, 2011
1 parent d6d707d commit 103a865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97e4ba6a5ea903a221d87bcabdaf01efb0a609a5
refs/heads/master: df87ecbf19109bab04a92df047a9949838206abc
2 changes: 2 additions & 0 deletions trunk/lib/fault-inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ bool should_fail(struct fault_attr *attr, ssize_t size)

return true;
}
EXPORT_SYMBOL_GPL(should_fail);

#ifdef CONFIG_FAULT_INJECTION_DEBUG_FS

Expand Down Expand Up @@ -243,5 +244,6 @@ struct dentry *fault_create_debugfs_attr(const char *name,

return ERR_PTR(-ENOMEM);
}
EXPORT_SYMBOL_GPL(fault_create_debugfs_attr);

#endif /* CONFIG_FAULT_INJECTION_DEBUG_FS */

0 comments on commit 103a865

Please sign in to comment.