Re: [PATCH 1/1] fs/xfs/xfs_log.c: Fix comparison to bool

2014-04-22 Thread Dave Chinner
On Wed, Apr 16, 2014 at 03:15:57PM -0700, Andrew Morton wrote: > On Sun, 13 Apr 2014 22:09:17 +0200 Fabian Frederick wrote: > > > Fixing coccinelle warning > > Please always quote the full error message or warning text when fixing > such things. And CC the correct lists (x...@oss.sgi.com) and/o

Re: [PATCH 1/1] fs/xfs/xfs_log.c: Fix comparison to bool

2014-04-16 Thread Joe Perches
On Wed, 2014-04-16 at 15:15 -0700, Andrew Morton wrote: > On Sun, 13 Apr 2014 22:09:17 +0200 Fabian Frederick wrote: > > Fixing coccinelle warning [] > > @@ -2376,7 +2376,7 @@ next_lv: [] > > - if (record_cnt == 0 && ordered == false) { > > + if (record_cnt == 0

Re: [PATCH 1/1] fs/xfs/xfs_log.c: Fix comparison to bool

2014-04-16 Thread Andrew Morton
On Sun, 13 Apr 2014 22:09:17 +0200 Fabian Frederick wrote: > Fixing coccinelle warning Please always quote the full error message or warning text when fixing such things. > --- a/fs/xfs/xfs_log.c > +++ b/fs/xfs/xfs_log.c > @@ -2376,7 +2376,7 @@ next_lv: > if (lv) >