projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98ab22
)
[DLM] Export config_group_find_obj for use by the DLM
author
David Teigland
<teigland@redhat.com>
Wed, 18 Jan 2006 14:21:40 +0000
(14:21 +0000)
committer
Steven Whitehouse
<steve@chygwyn.com>
Wed, 18 Jan 2006 14:21:40 +0000
(14:21 +0000)
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/configfs/item.c
patch
|
blob
|
history
diff --git
a/fs/configfs/item.c
b/fs/configfs/item.c
index
e07485a
..
2442120
100644
(file)
--- a/
fs/configfs/item.c
+++ b/
fs/configfs/item.c
@@
-224,4
+224,4
@@
EXPORT_SYMBOL(config_item_init);
EXPORT_SYMBOL(config_group_init);
EXPORT_SYMBOL(config_item_get);
EXPORT_SYMBOL(config_item_put);
-
+EXPORT_SYMBOL(config_group_find_obj);