On Fri, Aug 09, 2013 at 02:26:36PM +0200, Andreas Schwab wrote: > Josef Bacik <[email protected]> writes: > > > So stripe_len shouldn't be 0, if it is you have bigger problems :). > > The bigger problem is that stripe_nr is u64, this is completely bogus. > The first operand of do_div must be u32. This goes through the whole > file.
Definitely. Can we get some typeof() tricks in the macros to have the build fail if (when, evidently) someone gets it wrong? - z -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

