[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080213152805.2a1a3316.akpm@linux-foundation.org>
Date: Wed, 13 Feb 2008 15:28:05 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: minyard@....org
Cc: linux-kernel@...r.kernel.org,
openipmi-developer@...ts.sourceforge.net
Subject: Re: [PATCH 8/8] IPMI: Convert locked counters to atomics in the
system interface
On Wed, 13 Feb 2008 10:34:32 -0600
Corey Minyard <minyard@....org> wrote:
> +struct smi_stats
> +{
> + atomic_t short_timeouts;
> + atomic_t long_timeouts;
> + atomic_t timeout_restarts;
> + atomic_t idles;
> + atomic_t interrupts;
> + atomic_t attentions;
> + atomic_t flag_fetches;
> + atomic_t hosed_count;
> + atomic_t complete_transactions;
> + atomic_t events;
> + atomic_t watchdog_pretimeouts;
> + atomic_t incoming_messages;
> +};
Ditto.
Also, please do remember to check all patches with scripts/checkpatch.pl. I can
see one right there.
--
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