[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070515062837.GB3465@in.ibm.com>
Date: Tue, 15 May 2007 11:58:37 +0530
From: Bharata B Rao <bharata@...ux.vnet.ibm.com>
To: Badari Pulavarty <pbadari@...ibm.com>
Cc: lkml <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Jan Blunck <j.blunck@...harburg.de>
Subject: Re: [RFC][PATCH 5/14] Introduce union stack
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists