Re: [RFC, PATCH] avoid some atomics in open()/close() formonothreaded processes

From: Andrew Morton
Date: Wed Mar 22 2006 - 02:04:46 EST


Eric Dumazet <dada1@xxxxxxxxxxxxx> wrote:
>
> >
> > Once you're done with that we should change fget_light() and fput_light() to
> > use this helper. Separate patch.
>
> Hum... this discussion is not relevant with fget_light() unless I mistaken.

Take a look. fget_light() uses essentially the same test as you do, for
the same reason. So it's appropriate that fget_light() use this new helper
rather than open-coding it.
-
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/