The patch titled configfs: export config_group_find_obj has been removed from the -mm tree. Its filename is configfs-export-config_group_find_obj.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: David Teigland <teigland@xxxxxxxxxx> In the dlm I use config_group_find_obj() which isn't exported. Signed-off-by: David Teigland <teigland@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> Cc: Steven Whitehouse <swhiteho@xxxxxxxxxx> --- fs/configfs/item.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/configfs/item.c~configfs-export-config_group_find_obj fs/configfs/item.c --- 25/fs/configfs/item.c~configfs-export-config_group_find_obj Thu Jan 19 16:06:36 2006 +++ 25-akpm/fs/configfs/item.c Thu Jan 19 16:06:36 2006 @@ -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); _ Patches currently in -mm which might be from teigland@xxxxxxxxxx are git-gfs2.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html