[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070923124559.GA8064@infradead.org>
Date: Sun, 23 Sep 2007 13:45:59 +0100
From: Christoph Hellwig <hch@...radead.org>
To: "David J. Wilder" <dwilder@...ibm.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: Re: [Patch 2/2] Relay reset consumend
On Tue, Sep 18, 2007 at 09:46:59PM -0700, David J. Wilder wrote:
> This patch allows relay channels to be reset i.e. unconsumed.
> Basically allows a 'rewind' function for flight-recorder tracing.
This should be patch 1 because relay_reset_consumed is used by
the other patch.
> +/**
> + * __relay_reset_consumed - reset a channel buffer's consumed count
> + * @buf: the channel buffer
> + *
> + * See relay_reset_consumed for description of effect.
> + */
> +static inline void __relay_reset_consumed(struct rchan_buf *buf)
Please don't mark functions explicitly inline unless needed.
-
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