Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239016 > unrolled thread

[PATCH v3 3/4] kobject: export kset_find_obj() for module use

Started by"Gabriel L. Somlo" <somlo@cmu.edu>
First post2015-10-04 01:50 +0200
Last post2015-10-04 01:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 3/4] kobject: export kset_find_obj() for module use "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-10-04 01:50 +0200

#1239016 — [PATCH v3 3/4] kobject: export kset_find_obj() for module use

From"Gabriel L. Somlo" <somlo@cmu.edu>
Date2015-10-04 01:50 +0200
Subject[PATCH v3 3/4] kobject: export kset_find_obj() for module use
Message-ID<qfEIV-8ui-5@gated-at.bofh.it>
From: Gabriel Somlo <somlo@cmu.edu>

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---
 lib/kobject.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/kobject.c b/lib/kobject.c
index 3e3a5c3..bea2c9b 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -842,6 +842,7 @@ struct kobject *kset_find_obj(struct kset *kset, const char *name)
 	spin_unlock(&kset->list_lock);
 	return ret;
 }
+EXPORT_SYMBOL(kset_find_obj);
 
 static void kset_release(struct kobject *kobj)
 {
-- 
2.4.3

--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web