lkml.org 
[lkml]   [2010]   [Jul]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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.



\
 
 \ /
  Last update: 2010-07-28 00:31    [W:4.599 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site