Re: [patch 02/13] kobject: export kobj_sysfs_ops

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/21/13 5:19 PM, Jeff Mahoney wrote:
> 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@xxxxxxxx>
> ---
> 
>  lib/kobject.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- a/lib/kobject.c	2013-10-21 16:09:51.868220920 -0400
> +++ b/lib/kobject.c	2013-10-21 16:10:00.216037635 -0400
> @@ -726,6 +726,7 @@ const struct sysfs_ops kobj_sysfs_ops =
>  	.show	= kobj_attr_show,
>  	.store	= kobj_attr_store,
>  };
> +EXPORT_SYMBOL_GPL(kobj_sysfs_ops);
>  
>  /**
>   * kset_register - initialize and add a kset.
> 
> 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

I posted this one on LKML, CC'ing Greg, and he gave his:
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

-Jeff

-- 
Jeff Mahoney
SUSE Labs

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux