On Thu, May 24, 2018 at 11:40:59AM -0700, Randy Dunlap wrote: > >> while (size > 1024) { > > I would use (size >= 1024) > so that 1M is printed instead of 1024K. Yes; that's what I meant to type. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html