Re: [RFC][PATCH 5/14] Introduce union stack

From: Bharata B Rao
Date: Tue May 15 2007 - 02:21:25 EST


On Mon, May 14, 2007 at 03:40:57PM -0700, Badari Pulavarty wrote:
> On Mon, 2007-05-14 at 15:10 +0530, Bharata B Rao wrote:
< snip >
> > +
> > +/* Shouldn't be called with last reference to union_info */
> > +static inline void union_put_and_unlock(struct union_info *uinfo)
> > +{
> > + union_put(uinfo);
> > + __union_unlock(&uinfo->u_mutex);
> ^^^^^^^^^^^^^^^^^^^
>
> It should be
>
> __union_unlock(uinfo);
>

True, thanks for pointing this out. Will fix this.

Regards,
Bharata.
-
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/