Re: xfs: Use bool type rather than a custom boolean_t type.

2012-11-12 Thread Dave Chinner
On Mon, Nov 12, 2012 at 09:36:17PM -0200, Thiago Farina wrote: > Hi, > > Please, take a look. > > Patch attached. It's a good start for a cleanup, but there's no point in removing the boolean_t from one file and then not removing it from the rest of the XFS code. It's only used in a handful of

xfs: Use bool type rather than a custom boolean_t type.

2012-11-12 Thread Thiago Farina
Hi, Please, take a look. Patch attached. Thanks, 0001-xfs-Use-bool-type-rather-than-a-custom-boolean_t-typ.patch Description: Binary data

xfs: Use bool type rather than a custom boolean_t type.

2012-11-12 Thread Thiago Farina
Hi, Please, take a look. Patch attached. Thanks, 0001-xfs-Use-bool-type-rather-than-a-custom-boolean_t-typ.patch Description: Binary data

Re: xfs: Use bool type rather than a custom boolean_t type.

2012-11-12 Thread Dave Chinner
On Mon, Nov 12, 2012 at 09:36:17PM -0200, Thiago Farina wrote: Hi, Please, take a look. Patch attached. It's a good start for a cleanup, but there's no point in removing the boolean_t from one file and then not removing it from the rest of the XFS code. It's only used in a handful of