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-fsdevel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html