On Wed, Apr 08, 2015 at 11:44:05AM -0600, Andreas Dilger wrote: > > + if (ctx == NULL) { > > + /* Directory is not encrypted */ > > + while (len--) > > + printk("%c", *name++); > > This is a bit strange, why not use "printk("%*.s", len, name)"? This was copied from grotty debug code that no one has really cleaned up in a long time. That's a good idea, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html