Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752388Ab0G0W2x (ORCPT ); Tue, 27 Jul 2010 18:28:53 -0400 Received: from terminus.zytor.com ([198.137.202.10]:34375 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751335Ab0G0W2v (ORCPT ); Tue, 27 Jul 2010 18:28:51 -0400 Message-ID: <4C4F5D6E.10201@zytor.com> Date: Tue, 27 Jul 2010 15:27:58 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1 MIME-Version: 1.0 To: Neil Brown CC: Boaz Harrosh , Christoph Hellwig , Jiri Slaby , James Bottomley , linux-scsi@vger.kernel.org, hch@lst.de, jaxboe@fusionio.com, LKML , linux-raid@vger.kernel.org Subject: Re: [PATCH] md: bitwise operations might not fit in a "bool" References: <4C47ED7B.1050709@gmail.com> <20100722173716.66264bef@notabene> <4C481FD5.4070509@gmail.com> <4C482F35.6000004@panasas.com> <20100722215555.7ab2b1ee@notabene> In-Reply-To: <20100722215555.7ab2b1ee@notabene> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 497 Lines: 16 >> - 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/