]> Pileus Git - ~andy/linux/blobdiff - include/linux/kobject.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs...
[~andy/linux] / include / linux / kobject.h
index 7950a37a71466b773ac72d1880e834d20b1d0c14..8f6d1215104803e2352df3ed50c1d05ab8f11b07 100644 (file)
@@ -191,6 +191,8 @@ static inline struct kobj_type *get_ktype(struct kobject *kobj)
 }
 
 extern struct kobject *kset_find_obj(struct kset *, const char *);
+extern struct kobject *kset_find_obj_hinted(struct kset *, const char *,
+                                               struct kobject *);
 
 /* The global /sys/kernel/ kobject for people to chain off of */
 extern struct kobject *kernel_kobj;