Re: [PATCH] kref: add function for reading kref value

From: Eric Dumazet
Date: Mon Dec 12 2011 - 10:32:21 EST


Le lundi 12 dÃcembre 2011 Ã 17:21 +0200, Daniel Baluta a Ãcrit :
> On Mon, Dec 12, 2011 at 5:02 PM, Greg KH <greg@xxxxxxxxx> wrote:
> > On Mon, Dec 12, 2011 at 02:44:52PM +0200, Daniel Baluta wrote:
> >> We can easily get kref refcount value by accesing
> >> kref->refcount but it is better to have a function
> >> for this.
> >
> > No, you should NEVER need the value of the kref, if you do, you are
> > doing something wrong.
> >
> > What code needs this patch?
>
> I plan to replace raw refcount patterns from net/ with kref, and
> I have noticed that there are some parts of code who need access
> to kref->refcount value.
>
> e.g:
>
> core/neighbour.c:152: if (atomic_read(&n->refcnt) == 1 &&
> core/neighbour.c:801: if (atomic_read(&n->refcnt) == 1 &&
> sched/cls_u32.c:459: if (ht->refcnt == 1) {
>

Well, its not a good idea.

kref adds nothing here.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/