[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4C4F5D6E.10201@zytor.com>
Date: Tue, 27 Jul 2010 15:27:58 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Neil Brown <neilb@...e.de>
CC: Boaz Harrosh <bharrosh@...asas.com>,
Christoph Hellwig <hch@...radead.org>,
Jiri Slaby <jirislaby@...il.com>,
James Bottomley <James.Bottomley@...e.de>,
linux-scsi@...r.kernel.org, hch@....de, jaxboe@...ionio.com,
LKML <linux-kernel@...r.kernel.org>, linux-raid@...r.kernel.org
Subject: Re: [PATCH] md: bitwise operations might not fit in a "bool"
>> - const bool do_sync = (bio->bi_rw & REQ_SYNC);
>> + const bool do_sync = (bio->bi_rw & REQ_SYNC) != 0;
FWIW, this is a null change.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
--
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