[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49314334.6060609@gmail.com>
Date: Sat, 29 Nov 2008 08:27:16 -0500
From: roel kluin <roel.kluin@...il.com>
To: Andreas Schwab <schwab@...e.de>
CC: benh@...nel.crashing.org, linuxppc-dev@...abs.org,
linux-kernel@...r.kernel.org
Subject: Re: powerpc: hv{cs,si}_close() both unsigned hp->count and hvcsd->open_count
cannot be negative
Andreas Schwab wrote:
> roel kluin <roel.kluin@...il.com> writes:
>
>> - if (--hvcsd->open_count == 0) {
>> + if (hvcsd->open_count == 1) {
>> + hvcsd->open_count--;
>
> This is not the same.
I think you're missing that I also decrement if (hvcsd->open_count > 1)
If not, please elaborate.
>
>> - if (--hp->count == 0) {
>> + if (hp->count == 1) {
>> + hp->count--;
>
> Likewise.
Same here.
Roel
--
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