On Wed, Dec 03 2014, Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> wrote: > These patches mostly replace seq_printf with simpler and faster > equivalents, e.g. seq_printf(m, "something") => seq_puts(m, > "something") and seq_printf(m, "\n") => seq_putc(m, '\n). But before > my Coccinelle scripts could be unleashed I had to clean up an > unnecessary macro. > > The patches don't change the semantics of the code (well, that's the > idea anyway), but should make it slightly smaller and faster. > > v2: Redone on top of git://git.infradead.org/users/hch/scsi-queue.git drivers-for-3.19 > Ping. Was this picked up, or did it just go to /dev/null? Rasmus -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html