lkml.org 
[lkml]   [2005]   [Aug]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 18 Aug 2005 14:26:02 +0800
FromDavid Teigland <>
Subject[PATCH] configfs: export config_group_find_obj
In the dlm I use config_group_find_obj() which isn't exported.

Signed-off-by: David Teigland <teigland@redhat.com>

diff -urpN a/fs/configfs/item.c b/fs/configfs/item.c
--- a/fs/configfs/item.c	2005-08-17 17:19:23.000000000 +0800
+++ b/fs/configfs/item.c	2005-08-18 14:15:51.681973168 +0800
@@ -224,4 +224,5 @@ 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);
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-08-18 08:23    [W:0.556 / U:0.140 seconds]
©2003-2008 Jasper Spaans