[Devel] Re: [RFC][PATCH 2/7] UBC: core (structures, API)

Greg KH greg at kroah.com
Wed Aug 16 10:15:27 PDT 2006


On Wed, Aug 16, 2006 at 07:37:26PM +0400, Kirill Korotaev wrote:
> +struct user_beancounter
> +{
> +	atomic_t		ub_refcount;

Why not use a struct kref here instead of rolling your own reference
counting logic?

thanks,

greg k-h




More information about the Devel mailing list