Re: [RFC PATCH 1/21] relay - Clean up relay_switch_subbuf() andmake waking up consumers optional.

From: Tom Zanussi
Date: Sun Oct 19 2008 - 01:01:09 EST


Hi Pekka,

On Sat, 2008-10-18 at 11:54 +0300, Pekka Enberg wrote:
> Hi Tom,
>
> Tom Zanussi wrote:
> > +static inline void relay_update_filesize(struct rchan_buf *buf, size_t length)
> > +{
> > + if (buf->dentry)
> > + buf->dentry->d_inode->i_size += length;
> > + else
> > + buf->early_bytes += length;
> > +
> > + smp_mb();
> > +}
>
> A minor nit: you should probably add a comment for that memory barrier.
> That is, explain why it is needed. It makes a world of a difference to
> anyone trying to understand what's going on here.

You're right, but it actually goes away in one of the following patches.

I'm wondering whether it even makes sense to post the individual patches
or instead just the full squashed patch and/or the end-result files,
which are really the things it would useful to review.

I've made some new changes following more testing and actually plan to
post another round sometime soon - I'll probably skip posting the
individual patches then unless it makes sense to.

Thanks for the comments.

Tom

--
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/