On Fri, Jul 14, 2017 at 01:56:16PM +0100, Mel Gorman wrote: > > if (!write) { > > - int len = sizeof("Default"); > > - if (copy_to_user(buffer, "Default", len)) > > + int len = sizeof("Node"); > > + if (copy_to_user(buffer, "Node", len)) > > return -EFAULT; > > Ok for the name. But what's with using sizeof? Bah, sizeof static compile-time string versus char *. Never mind. -- Mel Gorman SUSE Labs -- 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