Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kobject: export kobj_sysfs_ops

struct kobj_attribute implements the baseline attribute functionality
that can be used all over the place. We should export the ops associated
with it.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <clm@fb.com>

authored by

Jeff Mahoney and committed by
Chris Mason
29dfe2dc 2eaa055f

+1
+1
lib/kobject.c
··· 758 758 .show = kobj_attr_show, 759 759 .store = kobj_attr_store, 760 760 }; 761 + EXPORT_SYMBOL_GPL(kobj_sysfs_ops); 761 762 762 763 /** 763 764 * kobj_completion_init - initialize a kobj_completion object.